-
Notifications
You must be signed in to change notification settings - Fork 18
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
Export Car Parts Detection Model to ONNX #41
Comments
Hi @meassinal, Let me check on it! I never tried converting this model to onnx earlier |
Hi @bhadreshpsavani , Thank you so much for your time. I'm now annotating more images from your recommended source, and I wish to go through all steps of the pipeline. Lastly, I will be looking forward to converting the model to onnx model because I want to run in completely in the browser. Maybe I will be looking into yolov5 and combine with your tutorial here :-) |
Sure @meassinal, I tried converting tf model to ONNX, which was in h5 format. First step is to convert it into saved model format for that I was getting some error. I will try again and update my results here. I am also planning to train more models on this dataset and do benchmarking |
Sure please feel free to add anything that can be useful to others in this repository. I will be happy to help in anything |
Hi @bhadreshpsavani ,
Thank you for this helpful tutorial.
In addition, I would like to know some tips to convert this car parts detection model to onnx format model so that I can run it in browser.
I really appreciate if you can help answer this :-)
Regards.
The text was updated successfully, but these errors were encountered: