Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.