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

R in performance #5

Open
tahirashehzadi opened this issue Nov 26, 2024 · 1 comment
Open

R in performance #5

tahirashehzadi opened this issue Nov 26, 2024 · 1 comment

Comments

@tahirashehzadi
Copy link

Hi,
Thank you for your incredible work. I have a question regarding the "R" metric in the performance table. Does it refer to Recall, and if so, does [email protected] indicate Recall at 50% data or at an IoU threshold of 0.5? These terms aren't explicitly mentioned in the paper, and I'm a bit confused. Could you please clarify?

@Tajamul21
Copy link
Owner

Hi!

Thanks for your question! The "R" metric you are referring to stands for Recall. Specifically, [email protected] indicates the Recall at a false-positive rate of 0.5 per image. This is a common metric used in the context of FROC (Free-Response Receiver Operating Characteristic), which is often applied in medical imaging tasks.

To clarify:

Recall (R) is a measure of how well the model identifies true positives,

[email protected] refers to the Recall value at a false positive rate of 0.5 per image. Essentially, it's the Recall at a threshold where the model is allowed an average of 0.5 false positives per image.
This is different from the common IoU (Intersection over Union) threshold used in object detection. The FROC analysis focuses on the balance between detecting true positives and the acceptable rate of false positives, which is particularly useful in fields like medical imaging where detecting as many true positives as possible is critical.

Let me know if you need more clarification!

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