Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How extract precision, recall and f1-score metrics #3

Closed
alancarlosml opened this issue Dec 30, 2021 · 1 comment
Closed

How extract precision, recall and f1-score metrics #3

alancarlosml opened this issue Dec 30, 2021 · 1 comment

Comments

@alancarlosml
Copy link

Hello thank you for sharing the code.

I am using coco evaluator to mesuare the performance of my object detector. I would like to know if is possible to extract precision, recall and f1-score metrics. I already have the AP and AR metrics provided by coco.

Can you help me?

@shruum
Copy link
Member

shruum commented Jun 19, 2022

Hi, thanks for your question.
For these metrics, you have to enable the "precision_display" argument when calling test.py

Ex. python test.py ... --precision_display --dataset_type <>

@shruum shruum closed this as completed Jun 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants