souvikm99 / Flutter-yolov5-realtime-object-detetction-on-customData

This repo helps you to use yolov5 train on custom data, and export that into .pytorch, and use it with flutter to do object detection on static image and live video feed.
2 stars 0 forks source link

with YOLOV8 #1

Open userwatch opened 2 weeks ago

userwatch commented 2 weeks ago

Hello @souvikm99 ,

What parts do I need to change for yolov10 or yolov8?

Thanks a lot, Best wishes

souvikm99 commented 1 week ago

This plug in mostly works for v5 only as far as I know, but you might try to export a v8 or v10 moder to .torchscript format with imgsz 640×640, might work but I didn't try. Also don't forget to specify the number of class when you load the model.

On Sun, 23 Jun 2024, 17:41 SILA, @.***> wrote:

Hello @souvikm99 https://github.com/souvikm99 ,

What parts do I need to change for yolov10 or yolov8?

Thanks a lot, Best wishes

— Reply to this email directly, view it on GitHub https://github.com/souvikm99/Flutter-yolov5-realtime-object-detetction-on-customData/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM3YHZH4G7W7E5YAVYR7KVDZI23P3AVCNFSM6AAAAABJYJ5M26VHI2DSMVQWIX3LMV43ASLTON2WKOZSGM3DQNJTGA4DENA . You are receiving this because you were mentioned.Message ID: <souvikm99/Flutter-yolov5-realtime-object-detetction-on-customData/issues/1 @github.com>