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

map #147

Open
alicera opened this issue Jun 5, 2021 · 6 comments
Open

map #147

alicera opened this issue Jun 5, 2021 · 6 comments

Comments

@alicera
Copy link

alicera commented Jun 5, 2021

If running the main.py, the mAP IOU is 0.5 or 0.5:0.75 ?

@chowravc
Copy link

chowravc commented Jun 5, 2021

I think it's 0.5

Refer to lines 12, 572 and 577 of main.py

@alicera
Copy link
Author

alicera commented Jun 6, 2021

Can it set the IOU 0.5:0.75 to eval?

@chowravc
Copy link

chowravc commented Jun 6, 2021

Try changing line 577 (main.py) from:
if ovmax >= min_overlap:
to:
if ovmax >= min_overlap and ovmax <= 0.75:

I haven't tried it but I think that should work.

@alicera
Copy link
Author

alicera commented Jun 7, 2021

Thanks for your advance.
But the it should mean with IOU 0.5:0.75.

@chowravc
Copy link

chowravc commented Jun 7, 2021

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.

@alicera
Copy link
Author

alicera commented Jun 10, 2021

Try changing line 577 (main.py) from:
if ovmax >= min_overlap:
to:
if ovmax >= min_overlap and ovmax <= 0.75:

I haven't tried it but I think that should work.

if set ovmax >= min_overlap and ovmax <= 0.75
So it show the ovmax 0.9 is fail.
But it is good detect when ovmax = 0.9.

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