I noticed that YOLOv8 is supported, seemingly via the ultralytics package:
Doing some googling, this seems to be the repo for it:
Looking at the ultralytics repo, it looks like they have YOLO v9, v10, and v11 now as well; with the latest v11 seeming to perform much better than v8:
I was wondering (for a friend who uses it) if it would be possible to add support for this as well (either as a new project, or as a configurable aspect of the existing repo)
Further Reading:
I noticed that YOLOv8 is supported, seemingly via the
ultralyticspackage:Doing some googling, this seems to be the repo for it:
Looking at the
ultralyticsrepo, it looks like they have YOLO v9, v10, and v11 now as well; with the latest v11 seeming to perform much better than v8:I was wondering (for a friend who uses it) if it would be possible to add support for this as well (either as a new project, or as a configurable aspect of the existing repo)
Further Reading: