ucbdrive / few-shot-object-detection

Implementations of few-shot object detection benchmarks
Apache License 2.0
1.1k stars 223 forks source link

checkpoint #196

Open wangchao6083 opened 8 months ago

wangchao6083 commented 8 months ago

Hello!

Thank you for the great work. may I ask a question: when i use python3 -m tools.run_experiments --num-gpus 1 --shots 1 --seeds 0 10 --split 1 The following error has occurred: AssertionError: Checkpoint checkpoints/voc/faster_rcnn/faster_rcnn_R_101_FPN_base1/model_reset_surgery.pth not found!

Hopefully you can give me guidance Much appreciated