-
Notifications
You must be signed in to change notification settings - Fork 19
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
About result. #30
Comments
Did you pull the code from the master branch? Since the code is currently being iterated, the code was merged incorrectly on the master branch😂😂😂. You can try switching to the dev branch and modify the parameters in the code to see if the problem still exists. When the subsequent master branch repair is completed, you will also be notified. Thank you for paying attention to this repository .❤️❤️❤️ |
Yes, I pull the code from the master branch. But when I switching to the dev branch the problem is still exist. I just use myself onnx model. It's useful in python. |
Hi, I think I found the reason. I compared the python code and found that the image normalization operation is missing in the image processing. When I added the normalization operation, the results were great. Thank you for your project, it is very helpful to me.
|
Which part of the code needs to be modified? Can you give me the correct example for reference? Thank you for your contribution. |
I change the code Image_PreProcess to follow.
I think the image is normalized in this way, rather than normalized to 0 to 1 or not normalized. |
Hi , The result I got after reasoning with this code is as follows. Can you give me some advice, how can I solve this problem.
The text was updated successfully, but these errors were encountered: