About query images and support images
xiaofeng-c opened this issue · 2 comments
If the support images include the query images in your codes,because when i use 5-way-10-shot to test,i find the 10 support images include the query image one,and if it means that use 9 images to support 1 query images?
The support images do not include the query image.
I use the 1-way 10-shot training as an example.
In the base training stage, there are 10 support images and 1 query image.
In the novel fine-tuning stage, there are 9 support images and 1 query image.
The support images do not include the query image. I use the 1-way 10-shot training as an example. In the base training stage, there are 10 support images and 1 query image. In the novel fine-tuning stage, there are 9 support images and 1 query image.
What form does the input take if it is a one-shot fine-tuning stage? thank you very much!