natmlx/nanodet-unity
Anchor-free ultra-fast object detection in Unity Engine.
This project helps game developers and augmented reality creators add real-time object detection to their Unity applications. It takes live camera feeds or video streams as input and identifies specific objects within the scene, outputting their locations and classifications. Game developers, AR/VR designers, and simulation engineers who use Unity would find this tool valuable for interactive experiences.
No commits in the last 6 months.
Use this if you need to rapidly detect and track objects directly within your Unity projects for interactive games, augmented reality, or other real-time applications.
Not ideal if you are working outside the Unity engine or require a highly specialized object detection model that needs extensive custom training, as this focuses on fast, integrated solutions.
Stars
11
Forks
3
Language
C#
License
Apache-2.0
Category
Last pushed
Aug 11, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/natmlx/nanodet-unity"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
asus4/tf-lite-unity-sample
TensorFlow Lite Samples on Unity
Syn-McJ/TFClassify-Unity
An example of using Tensorflow with Unity for image classification and object detection.
Syn-McJ/TFClassify-Unity-Barracuda
An example of using Tensorflow and ONNX models with Unity Barracuda inference engine for image...
doughtmw/HoloLens2-Machine-Learning
Using deep learning models for image classification directly on the HoloLens 2.
stratospark/UnityImageSynthesisTutorial1
Use Unity to generate synthetic images for deep learning image segmentation in PyTorch and fastai