facebookresearch / facebookresearch/detectron2

Implementation of mAP and F1 score at different IoU

Open
#3,733 1 comment 3 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
34.7k
Forks
7.9k
PR merge metrics
No merged PRs in 30d

Description

## 🚀 Feature
A clear and concise description of the feature proposal.

## Motivation & Examples

Now, in Detectron2, AP of each class is calculated by IoU @ 0.50:0.95. Although i tried to find the relevant comment from this github, I could only find this (https://github.com/facebookresearch/detectron2/issues/1877)
But, maybe most of people prefer the implementation of Detectron2 on googlb colab or something like that. It may be difficult to change it on Colab and quickly evaluate it. If there is easier method for mAP calculation of different IoUs on Google colab, please let me know.

And also, for many real applications, except for mAP, F1 score is still widely used and many metrics including mAP and F1 score are evaluated at different IoU threhold, which is also one parameters for a practical use of Faster R-CNN through Detectron2.

So, I think that implementation of mAP and F1 score at different IoU will be practically and prevalently used.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.