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
you can notice the pattern:
name_folder/name_img
number of bounding box
coordinate of each bounding box
if you don't have any bounding box, it will be:
0--Parade/0_Parade_Parade_0_452.jpg
0
0 0 0 0 0 0 0 0 0 0
this will cause error in next line,
In source code, you can check if number of bounding box ==0, increase index and continue
Else, you can remove those 0 0 0 0 0 0 0 0 0 0 in wider_face_train_bbx_gt.txt
I run the demo.py correctly,but when i try to train the module,it happened to rising this error message
The text was updated successfully, but these errors were encountered: