tharhtetsan / Yolov7-Obj-Detection-in-Flutter

MIT License
1 stars 1 forks source link

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

Open fisforfaheem opened 1 year ago

fisforfaheem commented 1 year ago

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

tharhtetsan commented 1 year ago

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

fisforfaheem commented 1 year ago

Brother please refer to a tutorial etc as well

[image: Mailtrack] https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& Sender notified by Mailtrack https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& 05/23/23, 02:22:49 PM

On Tue, May 23, 2023 at 8:24 AM Thar Htet San @.***> wrote:

Hello Sorry the late reply, you can model conversion source code in this repo.

https://github.com/tharhtetsan/ML-in-production/tree/main/5_deployment_on_Edge_devices

— Reply to this email directly, view it on GitHub https://github.com/tharhtetsan/Yolov7-Obj-Detection-in-Flutter/issues/1#issuecomment-1558455362, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRXJSHWKPHLQVVKMUFJMIDXHQUV7ANCNFSM6AAAAAAWAJF4G4 . You are receiving this because you authored the thread.Message ID: @.*** com>

tharhtetsan commented 1 year ago

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 withtensorflow 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

fisforfaheem commented 1 year ago

Thanks ok