Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cj-mills/sentis-inference-yolox-demo

A simple Unity project demonstrating how to perform object detection with yolox using Sentis.
https://github.com/cj-mills/sentis-inference-yolox-demo

demo hand-detection hand-gesture-recognition object-detection sentis unity yolox

Last synced: 3 days ago
JSON representation

A simple Unity project demonstrating how to perform object detection with yolox using Sentis.

Awesome Lists containing this project

README

        

# Sentis Inference YOLOX Demo
A simple Unity project demonstrating how to perform object detection with yolox using Sentis.

## Getting Started

1. Clone this repository to your local machine:
```bash
git clone https://github.com/cj-mills/sentis-inference-yolox-demo.git
```
2. Open the project in Unity.

3. Explore the sample scene and [scripts](https://github.com/cj-mills/sentis-inference-yolox-demo/tree/main/Assets/Scripts).

## 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.