-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I found a bug in your code of calculating mAP, which lies in the function get_AP, originating from the wrong construction of the recall difference list.
I advise to change the final computing code of AP to AP = sum(l .* pl) / sum(l);
.
For reference codes and testing case, see:
Metadata
Metadata
Assignees
Labels
No labels