pierre-jacob / ICCV2019-Horde

Code repository for our paper entilted "Metric Learning with HORDE: High-Order Regularizer for Deep Embeddings" accepted at ICCV 2019.
MIT License
83 stars 10 forks source link

Other evaluation metrics #12

Open lindsey98 opened 2 years ago

lindsey98 commented 2 years ago

Hi, I like your paper. As for the evaluation metrics, I can see your are using recall@k to track the performance. May I ask have you tried to implement other metrics like NMI and MAP@R? Thanks!

pierre-jacob commented 2 years ago

Hi,

Thanks for your interest! I did implement a few more metrics such as mAP@R (but not NMI), although the code is not compatible with the version from this repository for two main reasons:

If you're willing to implement it though, I can share some code.