Open lsm101010 opened 6 months ago
i want to use the yolov9 but i don't know how
i want to use the yolov9 but i don't know how
do you have any ideas?
you only need to give the object's retangle, that's all you need
Yes but you will likely need to create a Yolov8 API under /detector. You can simply train a yolov8 from ultralytics, write a similar code as the yolo API in /detector/ and replace the model by the one you just trained.
Can someone use yolov8 instead of yolov3 in detector?