yuhaozhang / convirt

39 stars 5 forks source link

Text-image Retrieval #1

Open Guardian-in-the-WF opened 2 years ago

Guardian-in-the-WF commented 2 years ago

Greate job. Can you provide an example on how to implement Text-image Retrieval?

Guardian-in-the-WF commented 2 years ago

Does Prec@k mean retrieving top-k candidate images for each query image or text? If the candidate image and the query image have the same category, the candidate image is considered as positive. How to calculate Prec@k based on the labels of the candidate images?