Pytorch_Retinaface icon indicating copy to clipboard operation
Pytorch_Retinaface copied to clipboard

Invalid images in the dataset?

Open sri9s opened this issue 5 years ago • 2 comments
trafficstars

When I train the network it trains for a few epochs then throws the following error:

    height, width, _ = img.shape

AttributeError: 'NoneType' object has no attribute 'shape'

Are there invalid images in the dataset?

sri9s avatar Apr 11 '20 23:04 sri9s

Looks like the issue is with filenames exceeding 255 characters limit.

sri9s avatar Apr 12 '20 06:04 sri9s

Is your problem solved?