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 did you select the Precision and Recall values from the PR curve? #2655

Closed
zxsitu opened this issue Mar 30, 2021 · 3 comments
Closed

How did you select the Precision and Recall values from the PR curve? #2655

zxsitu opened this issue Mar 30, 2021 · 3 comments
Labels
question Further information is requested

Comments

@zxsitu
Copy link

zxsitu commented Mar 30, 2021

❔Question

Hello author, how do you determine the "best" Precision and Recall values on the PR curve? Are there any criteria?
(e.g., determine the point on the curve that provides a good trade-off between Precision and Recall)

Additional context

Because I've looked at a lot of other object detection programs and they will only use AP and AP50, which I know is what mAP and mAP50 means. And they plot a PR curve, and other than that they don't have Precision and Recall values everywhere.
But your program also calculates Precision and Recall values, how did you get the results? Thank you.

@zxsitu zxsitu added the question Further information is requested label Mar 30, 2021
@glenn-jocher
Copy link
Member

@ilem777 P and R values are logged and displayed at maximum F1 confidence.

Full P, R, and F1 curves at all confidences are saved after test.py completes in runs/test/exp.
Screenshot 2021-03-30 at 01 07 51

@glenn-jocher
Copy link
Member

See #2057

@zxsitu
Copy link
Author

zxsitu commented Mar 31, 2021

@glenn-jocher Thank you, I understand.

@zxsitu zxsitu closed this as completed Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants