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.06k stars 497 forks source link

test-widerface #161

Open zuofengyouliang opened 2 years ago

zuofengyouliang commented 2 years ago
3cb3ea7afb946d45b0c2f83cfb1f675

请问这是什么原因呐

Roylo-bot commented 2 years ago

请问解决了嘛 我也遇到了这个问题

zuofengyouliang commented 2 years ago

请问解决了嘛 我也遇到了这个问题

把图片放在一个文件夹里面

kaichunntu commented 2 years ago

I have encountered same ISSUE. The solution is to modify 148 line at test_widerface.py. change for image_path in tqdm(glob.glob(os.path.join(testset_folder, '*'))): to for image_path in tqdm(glob.glob(os.path.join(testset_folder, '*', "*.jpg"))):

qingtianwu commented 2 years ago

Thanks. You solve the problem.

zuofengyouliang commented 2 years ago

------------------ 原始邮件 ------------------ 发件人: "deepcam-cn/yolov5-face" @.>; 发送时间: 2022年6月6日(星期一) 下午5:21 @.>; @.**@.>; 主题: Re: [deepcam-cn/yolov5-face] test-widerface (Issue #161)

请问解决了嘛 我也遇到了这个问题

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>