Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cj-mills/barracuda-image-classification-demo
A simple Unity project demonstrating how to perform image classification with the barracuda-inference-image-classification package.
https://github.com/cj-mills/barracuda-image-classification-demo
barracuda demo image-classification unity
Last synced: 5 days ago
JSON representation
A simple Unity project demonstrating how to perform image classification with the barracuda-inference-image-classification package.
- Host: GitHub
- URL: https://github.com/cj-mills/barracuda-image-classification-demo
- Owner: cj-mills
- License: mit
- Created: 2023-04-11T18:21:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T19:05:42.000Z (over 1 year ago)
- Last Synced: 2024-11-13T05:35:13.443Z (2 months ago)
- Topics: barracuda, demo, image-classification, unity
- Language: ShaderLab
- Homepage:
- Size: 301 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Barracuda Image Classification Demo
A simple Unity project demonstrating how to perform image classification with the barracuda-inference-image-classification package.## Demo Video
https://user-images.githubusercontent.com/9126128/231305884-865e656c-06df-42c6-a9db-c3bb1ded4c1a.mp4## Live Demo
* https://cj-mills.github.io/barracuda-image-classification-demo/
## Getting Started
1. Clone this repository to your local machine:
```bash
git clone https://github.com/cj-mills/barracuda-image-classification-demo.git
```
2. Open the project in Unity.3. Explore the sample scene and [`InferenceController.cs`](https://github.com/cj-mills/barracuda-image-classification-demo/blob/1a56aa1b93ae7cb8a4475199e39c93a0ce842f67/Assets/Scripts/InferenceController.cs) script.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.