deepcam-cn / yolov5-face

YOLO5Face: Why Reinventing a Face Detector (https://arxiv.org/abs/2105.12931) ECCV Workshops 2022)
GNU General Public License v3.0
2.09k stars 500 forks source link

How to test widerface #66

Open joynjo opened 3 years ago

joynjo commented 3 years ago

Hi How step to test widerface? how to put the image and the image label?

SpaceView commented 3 years ago

NOT sure about your specifics, I just tested the widerface under windows, hope it can help a little bit. it might be different from LINUX, since the original code deesn't work, thus I made some changes and it is OK now (You need to pay attention to the folder as I described) ref. https://github.com/SpaceView/yolov5-face Test Code: cd yolov5-face python test_widerface.py python ./widerface_evaluate/evaluation.py

atangfan commented 2 years ago

@SpaceView , thanks for your sharing. In your repo, you have val/label.txt. How did you generate it? Seems like Widarface takes mat for evaluation?