Skip to content

mmdet.core.evaluation.mean_ap vs cocoeval #9838

Answered by abinav719
MABatin asked this question in Q&A
Discussion options

You must be logged in to vote

The evaluation protocol might vary a bit. There is some slight difference among different datasets’ evaluation mechanisms. For example: In COCO, if you look at their source code, they rank all the detections based on the scores from high to low, and then cut off the results at the maximum number of detections allowed. For each detection, the algorithm iterates through all ground truth, and the previously unmatched ground truth with the highest IoU is matched with the detection.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MABatin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants