Open 1179021477 opened 4 years ago
Could you give me the specific code link for a better explanation?
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.
Thank you for your help
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.
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.