-
Notifications
You must be signed in to change notification settings - Fork 206
Description
I noticed that YOLOv8 is supported, seemingly via the ultralytics package:
- https://www.codeproject.com/Articles/5348853/CodeProject-AI-Server-Modules-Registry
-
Object Detection (YOLOv8)
v1.6.0 All Python, PyTorch, YOLO
Provides Object Detection in Python>=3.8 using YOLOv8. Great for newer NVIDIA GPUs
Project by Chris Maunder, based on ultralytics.
-
Doing some googling, this seems to be the repo for it:
- https://github.com/codeproject/CodeProject.AI-ObjectDetectionYOLOv8
-
Object Detection (YOLOv8) Module for CodeProject.AI Server
-
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:
- https://www.codeproject.com/ai/docs/devguide/module_examples/adding_new_modules.html
-
So you want to add new module to CodeProject.AI
-