baomingwang / MTCNN-Tensorflow

mtcnn-tf
MIT License
162 stars 96 forks source link

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

Open komalstaunchsys opened 4 years ago

komalstaunchsys commented 4 years ago

While running python gen_shuffle_data.py 12 , I am getting this error.

fmoulita commented 4 years ago

hallo, i also got this error, can someone help how to fix this?

fmoulita commented 4 years ago

Haiii, i already done training size 12. also got this error before : AttributeError: 'NoneType' object has no attribute 'shape'

It solved by check your wider face dataset, it need to be downloaded first. And if it is already downloaded, please check all those images need to be completed based on image list on 'wider_face_train.txt'

I also try using only one folder to make training more faster, and deleted all image list from folder 1 - 10.

please try, thanks