Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cj-mills/barracuda-inference-yolox-demo
A simple Unity project demonstrating how to perform object detection with the barracuda-inference-yolox package.
https://github.com/cj-mills/barracuda-inference-yolox-demo
barracuda demo hand-detection hand-gesture-recognition object-detection unity yolox
Last synced: 3 days ago
JSON representation
A simple Unity project demonstrating how to perform object detection with the barracuda-inference-yolox package.
- Host: GitHub
- URL: https://github.com/cj-mills/barracuda-inference-yolox-demo
- Owner: cj-mills
- License: mit
- Created: 2023-04-11T00:24:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-28T23:47:04.000Z (about 1 year ago)
- Last Synced: 2023-09-29T01:53:34.944Z (about 1 year ago)
- Topics: barracuda, demo, hand-detection, hand-gesture-recognition, object-detection, unity, yolox
- Language: ShaderLab
- Homepage:
- Size: 47.3 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Barracuda Inference YOLOX Demo
A simple Unity project demonstrating how to perform object detection with the [barracuda-inference-yolox](https://github.com/cj-mills/unity-barracuda-inference-yolox) package.## Demo Video
https://user-images.githubusercontent.com/9126128/230750644-6f234dfc-27dc-40e2-a354-286b1e38dcf6.mp4## Getting Started
1. Clone this repository to your local machine:
```bash
git clone https://github.com/cj-mills/barracuda-inference-yolox-demo.git
```
2. Open the project in Unity.3. Explore the sample scene and [`InferenceController.cs`](https://github.com/cj-mills/barracuda-inference-yolox-demo/blob/5cdfad9df93510755dd5ace6c74fb491a3010630/Assets/Scripts/InferenceController.cs) script.
## Train a Custom Model
If you're interested in training a YOLOX model on a custom dataset, check out my tutorial tutorial linked below:
- **[Training YOLOX Models for Real-Time Object Detection in Pytorch](https://christianjmills.com/series/tutorials/pytorch-train-object-detector-yolox-series.html)**
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.