few-shot-object-detection icon indicating copy to clipboard operation
few-shot-object-detection copied to clipboard

Naming Conventions

Open joshmyersdean opened this issue 3 years ago • 1 comments

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!

joshmyersdean avatar Feb 09 '22 00:02 joshmyersdean

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!

wangchao6083 avatar Jan 14 '24 06:01 wangchao6083