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 "D:\gitspace\Pytorch_Retinaface\data\wider_face.py", line 42, in getitem
height, width, _ = img.shape
AttributeError: 'NoneType' object has no attribute 'shape'
why it goes wrong?
The text was updated successfully, but these errors were encountered:
Well that's probably because of openCV failing to load image (silently). Ensure that the path to image passed does exist. opencv doesn't throw errors (with imread & imwrite at least) instead fails silently.
File "D:\gitspace\Pytorch_Retinaface\data\wider_face.py", line 42, in getitem
height, width, _ = img.shape
AttributeError: 'NoneType' object has no attribute 'shape'
why it goes wrong?
The text was updated successfully, but these errors were encountered: