Open bioconnect opened 2 years ago
https://blog.csdn.net/qq_35975447/article/details/109447929 just follow this
please could you provide the solution here, some people may not have access to signup on the csdn.net to read the full article
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. : )
Ping on this
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?