-
Notifications
You must be signed in to change notification settings - Fork 303
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
Yolov5 support #35
Comments
Did you find the answer for your question? I have trained yolov5 model and converted to tflite then embedded in this code but the app will automatically closes when I choose my model. |
Not really. I just build both iOS and Android using Native Language. For Android I converted model to TFLite and for iOS Pytorch Lite |
What tools did you use? How do you convert your yolov5 model into tflite? because I think the problem is with my model conversion? |
@HunarAA there is an export script from the YOLOv5 repo that converts the model into tflite. Btw, did anyone get YOLOv5 working with this repo? |
till now I am not able to get it work. The app closes directly when I use yolov5 tflite model |
@HunarAA consider rebuilding your model with ssd mobileNET, it seems there is no export script for yolov5 yet |
Does it support other tflite models such as Yolov5 ?
The text was updated successfully, but these errors were encountered: