Paranioar / SGRAF

[AAAI2021] The code of “Similarity Reasoning and Filtration for Image-Text Matching”
214 stars 36 forks source link

visualization problem #15

Closed lDarryll closed 1 year ago

lDarryll commented 2 years ago

I am very interested in your work (SGRAF). I now encounter a visualization problem, that is, how to visualize the results of image retrieval text and the results of text retrieval image (as shown in the figure below). If it's convenient for you, please provide the code of visualization results. Thank you very much C57BD5CC-3539-465D-A802-BEEA208EE7F4 !

Paranioar commented 1 year ago

I am very interested in your work (SGRAF). I now encounter a visualization problem, that is, how to visualize the results of image retrieval text and the results of text retrieval image (as shown in the figure below). If it's convenient for you, please provide the code of visualization results. Thank you very much C57BD5CC-3539-465D-A802-BEEA208EE7F4 !

You can just align the topK index with id_mapping to obtain the images and texts. In the future, I will publish an image-text matching benchmark and integrate relevant codes of visualization and statistics.

Paranioar commented 1 year ago

I have updated related code. Please check it in this project. Thanks for the interest in our project.