am15h / tflite_flutter_plugin

TensorFlow Lite Flutter Plugin
https://pub.dev/packages/tflite_flutter
Apache License 2.0
499 stars 352 forks source link

support for yolo v3/v4 #202

Open Isra0210 opened 2 years ago

Isra0210 commented 2 years ago

I am currently working on an object detection app, but our models are yolo v3 and yolo v4, and so far I haven't found anything that could help me, does this example cover these models?

jmtrutna commented 2 years ago

Follow the Read Me in TEXMEXMAX's repository. This will work for YOLOv4

https://github.com/TexMexMax/object_detection_flutter

Isra0210 commented 2 years ago

Follow the Read Me in TEXMEXMAX's repository. This will work for YOLOv4

https://github.com/TexMexMax/object_detection_flutter Good brother, thank you very much!