You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the command to take "known" face image folder and "unknown" face image folder as input to recognize the unknown faces, syntax errors appear. Other operations such as specific image file based recognition and webcam based recognition work normal.
When I use the command to take "known" face image folder and "unknown" face image folder as input to recognize the unknown faces, syntax errors appear. Other operations such as specific image file based recognition and webcam based recognition work normal.
import face_recognition
face_recognition ./test_images/known/ ./test_images/unknown/
show the following syntax error:
File "test_folder_faces.py", line 2
face_recognition ./test_images/known/ ./test_images/unknown/
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: