FSOD-code icon indicating copy to clipboard operation
FSOD-code copied to clipboard

Questions about shot_num

Open 1179021477 opened this issue 4 years ago • 4 comments

I have three questions about the shot_num setting. (1) In json_dataset.py,the parameter shot_num=10 (line 180+), and this means 10-shot setting? (2)in loader.py, I found the using 2-way training strategy, we have 5 positive supports and 5 negative support, is this right? (3) When testing, this code sets 10-shot evaluation setting but is not the same as 5-shot setting in the training stage.

1179021477 avatar Jul 15 '20 08:07 1179021477

Could you give me the specific code link for a better explanation?

fanq15 avatar Jul 15 '20 08:07 fanq15

code in lib/dataset/json_dataset.py and lib/roi_data/loader.py I wanna to know how to change the setting to get 5 way 5 shot, 5way 10shot setting, etc.

1179021477 avatar Jul 15 '20 08:07 1179021477

Thank you for your help

1179021477 avatar Jul 16 '20 13:07 1179021477

Where the parameters that are used to get N way K shot settings and is the setting during train the same as testing? I am a little confused.

1179021477 avatar Jul 16 '20 13:07 1179021477