megvii-research / DPGN

[CVPR 2020] DPGN: Distribution Propagation Graph Network for Few-shot Learning.
MIT License
181 stars 38 forks source link

Show the image and label of query data #23

Open ivanwu0404 opened 3 years ago

ivanwu0404 commented 3 years ago

Hi, I want to use my own dataset on this model, but i also want to show which the query data is running now[ex. image.show()]. did you have any idea to show the image and the label because i can't find the place that query data is processing now, thank you.

zilunzhang commented 3 years ago

Hi, I want to use my own dataset on this model, but i also want to show which the query data is running now[ex. image.show()]. did you have any idea to show the image and the label because i can't find the place that query data is processing now, thank you.

Please refer to line 91 of main.py