tharhtetsan/Yolov7-Obj-Detection-in-Flutter

brother can you please tell how to use it? if you have weights?

Opened this issue · 4 comments

i need some information on how to use it if we have weights available

Hello Sorry for the late reply, you can convert the model by yourself. The model conversion source codes can see in this repo.
https://github.com/tharhtetsan/ML-in-production/tree/main/5_deployment_on_Edge_devices

Hello brother.
If you just need object detections you can directly use SSD model. I already upload in here:
https://github.com/tharhtetsan/Yolov7-Obj-Detection-in-Flutter/tree/main/assets/ssd

Currently I still haven't a setp-by-step tutorial for Yolov7.
Because current tflite_flutter: 0.8.0 is not work with tensorflow 2.x version and onnxruntime 1.14.x. So early versions of YOLO can work with tflite_flutter.
Since I not am expert in flutter so searching and testing flutter libs can take time. I will tell you back if I found solutions for this case.

If you actually need YoloV7 latest model, I created this notebook please kindly check this : YoloV7-to-tflite conversion

Thanks ok