-
Notifications
You must be signed in to change notification settings - Fork 911
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
map #147
Comments
I think it's 0.5 Refer to lines 12, 572 and 577 of main.py |
Can it set the IOU 0.5:0.75 to eval? |
Try changing line 577 (main.py) from: I haven't tried it but I think that should work. |
Thanks for your advance. |
min_overlap is already defined to be 0.5 at the start of main.py. I think the variable name is different, but it gets passed to min_overlap. |
if set ovmax >= min_overlap and ovmax <= 0.75 |
If running the main.py, the mAP IOU is 0.5 or 0.5:0.75 ?
The text was updated successfully, but these errors were encountered: