This is Yolov8n object detection example code for unity sentis, not real-time inference, for instance image.
** this is almost same code with ref, but only for image. **
YOLOv8n is a real-time multi-object recognition model confirmed to run in Unity 2023.
The NMS selection will be improved in later versions of Sentis. Currently uses singular-class approach.
Unity Sentis is the inference engine that runs in Unity 3D. More information can be found at
here
The YOLO models use the GPLv3 license.