-
Notifications
You must be signed in to change notification settings - Fork 131
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
📤 Add export task (coreml and tflite) #174
base: main
Are you sure you want to change the base?
📤 Add export task (coreml and tflite) #174
Conversation
… loop, undo export param, use FastModelLoader in InferenceModel
Hi, Can you check if it is still able to run in this modification? Henry Tsui |
# Conflicts: # yolo/model/yolo.py
Hi Henry, |
This pull requests adds a new export task including the option to export coreml and tflite format.
Use:
Next to this it adds the option to use the FastModelLoader again during inference.
Tflite export depends on ai_edge_torch which requires Python3.10
Next steps would be to add quantization and auto install missing modules