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
File "create_face_embeddings.py", line 64, in main
images = facenet.load_img(filename, False, False, image_size)
File "/home/glenn/Downloads/Face_Recognition-master/lib/src/facenet.py", line 275, in load_img
if img.ndim == 2:
AttributeError: 'str' object has no attribute 'ndim'