natmlx/mobilenet-v2-unity
Realtime image classification in Unity Engine.
Quickly add the ability for your Unity application or game to recognize objects in real time using a camera feed. It takes live images or video frames as input and tells you what objects it detects, like 'cat' or 'car'. This is perfect for Unity developers building interactive experiences or applications that need to understand their visual surroundings.
No commits in the last 6 months.
Use this if you are a Unity developer who needs to integrate fast, on-device image recognition directly into your Unity project for mobile or desktop applications.
Not ideal if you need to train custom image recognition models, require extremely high accuracy for static images, or are not working within the Unity game engine.
Stars
10
Forks
1
Language
C#
License
MIT
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/mobilenet-v2-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