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

NMS not working for inference on tflite #8

Open
Abhishek672 opened this issue Apr 21, 2022 · 0 comments
Open

NMS not working for inference on tflite #8

Abhishek672 opened this issue Apr 21, 2022 · 0 comments

Comments

@Abhishek672
Copy link

Abhishek672 commented Apr 21, 2022

@TNTWEN
I have converted the model to .pb and then to .tflite. While doing inference I am getting many bounding boxes in the final image.

image

I am using yolov4-tiny and have written the postprocessing code for yolov4tiny tflite inference.

The prediction by tflite model is (1,2535,6). But for multiple bounding boxes the confidence score is same. Let say 50 boxes has same confidence score 0.45. When I set a threshold during inference, either all bboxes are disappeared, else all bboxes appears.

How to fix this issue.
Thanks

Thanks

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

1 participant