open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.33k stars 9.42k forks source link

How can I view other metrics? #4110

Closed secondwhao closed 3 years ago

secondwhao commented 3 years ago

How can I view other metrics?

For example, How can I view the recall value when IoU is 0.5 or 0.75. How can I view the mMR in human detection.

yhcao6 commented 3 years ago

You can modify COCOAPI to evaluate the recall of thr 0.5 or 0.75, https://github.com/cocodataset/cocoapi/blob/8c9bcc3cf640524c4c20a9c40e89cb6a2f2fa0e9/PythonAPI/pycocotools/cocoeval.py#L502-L511

We don't support mMR in human detection.

hsp2454 commented 1 year ago

Did you solve this problem?