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

Higher confidence but smaller bbox size #20

Closed
zenetio opened this issue Jul 16, 2022 · 1 comment
Closed

Higher confidence but smaller bbox size #20

zenetio opened this issue Jul 16, 2022 · 1 comment

Comments

@zenetio
Copy link

zenetio commented Jul 16, 2022

I have an interesting inference output. The image below is using conf=0.84 and IoU=0.30
image
First, the bboxes are smaller than the objects. Second, somehow when I have more than one bbox to the same object as shown in the image for bbox yellow and blue, note that in the yellow case, the higher prediction 93.82 the bbox is smaller than the 89.70 that has a bigger bbox. The same happens with blue case where the higher prediction 92.96 the bbox is smaller than the 91.48 has a bigger bbox. If I decrease IoU or increase the confidence, I will get only one bbox for yellow and blue with higher conf but the ones removed had a better bbox size when compared with their objects. Why is the algorithm assigning lower conf to bboxes with a larger size (near the object size) and higher conf to bboxes with smaller sizes?
Any hint on this?

@lp6m
Copy link
Owner

lp6m commented Jul 19, 2022

@zenetio Try inference from local images instead of from camera images.
Show the results of the host environment and the results of the android application.
The implementation of NMS processing may not match perfectly between the host and the app.

@lp6m lp6m closed this as completed Jan 31, 2023
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