jiangqy / ADSH-AAAI2018

source code for paper "Asymmetric Deep Supervised Hashing" on AAAI-2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to calculate TOP5K

liujiangtaoyd opened this issue · comments

Dear Author, Hello, I like your work very much, but I have a question to ask you. How is TOP5K calculated in this paper? Does it mean the average retrieval accuracy of the first 5000 images? Thank you very much and look forward to receiving your reply.

@liujiangtaoyd Top5k map is the mean average precision based the top5k returned samples.
Please refer to:
calc_topMap

@jiangqy Thank you for your help