https://github.com/natmlx/mobilenet-v2-unity
Realtime image classification in Unity Engine.
https://github.com/natmlx/mobilenet-v2-unity
classification computer-vision edge-machine-learning machine-learning unity
Last synced: 11 months ago
JSON representation
Realtime image classification in Unity Engine.
- Host: GitHub
- URL: https://github.com/natmlx/mobilenet-v2-unity
- Owner: natmlx
- License: mit
- Created: 2021-04-14T13:13:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T14:48:59.000Z (almost 3 years ago)
- Last Synced: 2023-10-11T19:47:14.044Z (over 2 years ago)
- Topics: classification, computer-vision, edge-machine-learning, machine-learning, unity
- Language: C#
- Homepage: https://demos.natml.ai/@natsuite/mobilenet-v2
- Size: 2.92 MB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MobileNet v2

Realtime image classification with MobileNet v2.
## Running the Sample
Retrieve your access key from [NatML Hub](https://hub.natml.ai/profile) and add it to your Project Settings.

## Using the Predictor in a Different Project
[See the predictor README for more details](Packages/ai.natml.vision.mobilenet-v2/README.md).
## Requirements
- Unity 2022.3+
## Supported Platforms
- Android API level 24+
- iOS 14+
- macOS 10.15+ (Apple Silicon and Intel)
- Windows 10+ (64-bit only)
- WebGL:
- Chrome 91+
- Firefox 90+
## Resources
- Join the [NatML community on Discord](https://natml.ai/community).
- See the [NatML documentation](https://docs.natml.ai/natml).
- Check out [NatML on GitHub](https://github.com/natmlx).
- Contact us at [hi@natml.ai](mailto:hi@natml.ai).
Thank you very much!