kuanghuei / SCAN

PyTorch source code for "Stacked Cross Attention for Image-Text Matching" (ECCV 2018)
Apache License 2.0
549 stars 113 forks source link

about the accuracy #15

Closed goodgood123 closed 5 years ago

goodgood123 commented 5 years ago

Hi Kuang-Huei,Thanks for sharing the code! I want to know how to calculate the accuracy rate.

kuanghuei commented 5 years ago

Retrieval model is not evaluated by accuracy. We use recall@K for evaluation.