ChenhongyiYang / PPAL

[CVPR 2024] Plug and Play Active Learning for Object Detection
Apache License 2.0
84 stars 9 forks source link

A latest.pt file requested #21

Open Zihan-Liu-westlake opened 3 weeks ago

Zihan-Liu-westlake commented 3 weeks ago

An error occurs when I'm trying to reproduce the project on coco dataset. Here is the error log:

[Errno 2] No such file or directory: 'work_dirs/retinanet_coco_ppal_5rounds_2percent_to_10percent/round1/latest.pth'

also got a problem that the code is trying to read 'unlabeled_inference_result.bbox.json' before it is created

hgbcccc commented 23 hours ago

FileNotFoundError: [Errno 2] No such file or directory: 'work_dirs/retinanet_voc_ppal_7rounds_5percent_to_20percent\round1\latest.pth' I'm also having the same problem, can you solve it?