flutter_realtime_detection icon indicating copy to clipboard operation
flutter_realtime_detection copied to clipboard

Yolov5 support

Open iamsb1896 opened this issue 3 years ago • 6 comments

Does it support other tflite models such as Yolov5 ?

iamsb1896 avatar Jan 17 '22 21:01 iamsb1896

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.

HunarAA avatar Apr 20 '22 11:04 HunarAA

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

iamsb1896 avatar Apr 20 '22 11:04 iamsb1896

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 avatar Apr 20 '22 11:04 HunarAA

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

dnth avatar Jun 17 '22 06:06 dnth

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

HunarAA avatar Jul 08 '22 14:07 HunarAA

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

fransay avatar Jun 14 '23 10:06 fransay