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

Where is wider_val.txt ??? #190

Open bioconnect opened 2 years ago

bioconnect commented 2 years ago

When I run the 'test_widerface.py' file, the following error appears.

Namespace(agnostic_nms=False, augment=False, classes=None, conf_thres=0.02, dataset_folder='../WiderFace/val/images/', device='0', exist_ok=False, folder_pict='/yolov5-face/data/widerface/val/wider_val.txt', img_size=640, iou_thres=0.5, name='exp', project='runs/detect', save_folder='./widerface_evaluate/widerface_txt/', update=False, weights=['./weights/download_weights.sh']) Traceback (most recent call last): File "test_widerface.py", line 135, in with open(opt.folder_pict, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '/yolov5-face/data/widerface/val/wider_val.txt'

I can't find data folder, and wider_val.txt

Where can I download it?

YilinGao-SHU commented 2 years ago

https://blog.csdn.net/qq_35975447/article/details/109447929 just follow this

Harmarachi commented 1 year ago

please could you provide the solution here, some people may not have access to signup on the csdn.net to read the full article

YilinGao-SHU commented 1 year ago

please could you provide the solution here, some people may not have access to signup on the csdn.net to read the full article

Sorry, I didn't notice that there is a fee for this blog. The lab server was down recently, and I will try to make the documentation during my reproduction available after it is restored. : )

aidansmyth95 commented 12 months ago

Ping on this