ucbdrive / few-shot-object-detection

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

Naming Conventions #165

Open joshmyersdean opened 2 years ago

joshmyersdean commented 2 years ago

Hello!

Thank you for the great work. I had a question regarding naming conventions - I'm running your code on VOC and noticed that when I use python3 -m tools.run_experiments --num-gpus 1 --shots 1 --seeds 0 10 --split 1 that the save paths are checkpoints/voc/faster_rcnn/seed1/faster_rcnn_R_101_FPN_ft_all1_1shot/. However, when running python3 -m tools.aggregate_seeds --shots 1 --seeds 10 --split 1 --print --plot it seems to expect files with the naming scheme checkpoints/voc/faster_rcnn/seed1/faster_rcnn_R_101_FPN_ft_normalized_all1_1shot_randnovel/. Am I missing something or is this a typo? The results seem sensible.

Thank you!

wangchao6083 commented 10 months ago

Hello, 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! Are you experiencing the same error, or can you tell me how to fix it?

Thank you!