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

Yolov5 support #35

Open
iamsb1896 opened this issue Jan 17, 2022 · 6 comments
Open

Yolov5 support #35

iamsb1896 opened this issue Jan 17, 2022 · 6 comments

Comments

@iamsb1896
Copy link

iamsb1896 commented Jan 17, 2022

Does it support other tflite models such as Yolov5 ?

@HunarAA
Copy link

HunarAA commented Apr 20, 2022

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.

@iamsb1896
Copy link
Author

Not really. I just build both iOS and Android using Native Language. For Android I converted model to TFLite and for iOS Pytorch Lite

@HunarAA
Copy link

HunarAA commented Apr 20, 2022

What tools did you use? How do you convert your yolov5 model into tflite? because I think the problem is with my model conversion?

@dnth
Copy link

dnth commented Jun 17, 2022

@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?

@HunarAA
Copy link

HunarAA commented Jul 8, 2022

till now I am not able to get it work. The app closes directly when I use yolov5 tflite model

@fransay
Copy link

fransay commented Jun 14, 2023

@HunarAA consider rebuilding your model with ssd mobileNET, it seems there is no export script for yolov5 yet

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

4 participants