retinaface-tf2
retinaface-tf2 copied to clipboard
Error Testing on WIDER FACE Validation Set
[146 / 3226] det ./data/widerface/val\images/10--People_Marching/10_People_Marching_People_Marching_10_People_Marching_People_Marching_10_People_Marching_People_Marching_10_674.jpg
Traceback (most recent call last):
File "test_widerface.py", line 167, in
I have the above error on some images in the validation images section "10--People_Marching" on 8 images in that folder have no attribute shape with the error above, update: i just realized it is because the image name on this folder is too long and how to fix it?
when doing the testing part I follow the sequence from the beginning
with complete data preparing section with # Online Image Loading , because I experienced an error in # Binary Image (recommend): need additional space, so the second solution is online image
then download the "Retinaface ResNet50" model and immediately do the testing on the wider face and get an error like the one above which only occurs in the "10--People_Marching"" folder is it just me or am I doing something wrong? I'm really confused
Please help me
is there a different dataset from between dataset in this repo and the http://shuoyang1213.me/WIDERFACE/index.html??