Open joshmyersdean opened 2 years 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!
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 arecheckpoints/voc/faster_rcnn/seed1/faster_rcnn_R_101_FPN_ft_all1_1shot/
. However, when runningpython3 -m tools.aggregate_seeds --shots 1 --seeds 10 --split 1 --print --plot
it seems to expect files with the naming schemecheckpoints/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!