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

output range difference between darknet and keras-yolo3 #755

Open
choucl opened this issue Jul 13, 2021 · 0 comments
Open

output range difference between darknet and keras-yolo3 #755

choucl opened this issue Jul 13, 2021 · 0 comments

Comments

@choucl
Copy link

choucl commented Jul 13, 2021

Hi there,
I tried to convert my tiny yolo to keras, and then convert it to tensorflow lite for edge devices. So I tried to draw the bounding box on my own. However I found out that the output of model is quite different from the output of darknet's. The darknet model output range is between 0 to 1, but the output of keras-yolo3 has some negative numbers inside of it and not 0 to 1. I'm wondering if the output is same as the output of darknet? or I need to do any modification to make it same as the darknet's?

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