Instructions to use Sky-Kim/yolo26n-unity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- unity-sentis
How to use Sky-Kim/yolo26n-unity with unity-sentis:
string modelName = "[Your model name here].sentis"; Model model = ModelLoader.Load(Application.streamingAssetsPath + "/" + modelName); IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model); // Please see provided C# file for more details
- Notebooks
- Google Colab
- Kaggle
YOLO26n for Unity Sentis
This repository is a Unity scene demonstrating real-time object detection with YOLO ONNX models using Unity Sentis.
The models used in this project are based on the upstream model release from:
WebGPU Demo
Environment
- Unity Version:
6000.3.6f1 - Sentis Version:
com.unity.ai.inference 2.5.0
Quick Start
- Open the project in Unity
6000.3.6f1. - Open
Assets/Scenes/YOLO26Scene.unity. - Hit Play.
License
MIT
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support