cj-mills / barracuda-inference-yolox-demo

A simple Unity project demonstrating how to perform object detection with the barracuda-inference-yolox package.
MIT License
11 stars 1 forks source link
barracuda demo hand-detection hand-gesture-recognition object-detection unity yolox

Barracuda Inference YOLOX Demo

A simple Unity project demonstrating how to perform object detection with the 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:

    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 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:

License

This project is licensed under the MIT License - see the LICENSE file for details.