TALR icon indicating copy to clipboard operation
TALR copied to clipboard

Code for CVPR 2018 paper "Hashing as Tie-Aware Learning to Rank"

Results 1 TALR issues
Sort by recently updated
recently updated
newest added

I found a bug in your code of calculating mAP, which lies in the function [get_AP](https://github.com/kunhe/TALR/blob/master/%2Beval/AP.m#L57), originating from [the wrong construction of the recall difference list](https://github.com/kunhe/TALR/blob/master/%2Beval/AP.m#L65). I advise to change...