Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cj-mills/pytorch-yolox-object-detection-tutorial-code

This repository contains the training code for my PyTorch YOLOX object detection tutorial.
https://github.com/cj-mills/pytorch-yolox-object-detection-tutorial-code

object-detection object-tracking pytorch real-time-detection tensorrt training-code tutorial yolox

Last synced: 3 days ago
JSON representation

This repository contains the training code for my PyTorch YOLOX object detection tutorial.

Awesome Lists containing this project

README

        

# Training YOLOX Models for Real-Time Object Detection With Pytorch
This tutorial provides a step-by-step guide on training YOLOX object detection models using PyTorch to create a hand gesture detector.

## Training

| Jupyter Notebook | Google Colab |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
| [GitHub Repository](https://github.com/cj-mills/pytorch-yolox-object-detection-tutorial-code/blob/main/notebooks/pytorch-yolox-object-detector-training.ipynb) | [Open In Colab](https://colab.research.google.com/github/cj-mills/pytorch-yolox-object-detection-tutorial-code/blob/main/notebooks/pytorch-yolox-object-detector-training-colab.ipynb) |

## ONNX Export

| Jupyter Notebook | Google Colab |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
| [GitHub Repository](https://github.com/cj-mills/pytorch-yolox-object-detection-tutorial-code/blob/main/notebooks/pytorch-yolox-object-detector-onnx-export.ipynb) | [Open In Colab](https://colab.research.google.com/github/cj-mills/pytorch-yolox-object-detection-tutorial-code/blob/main/notebooks/pytorch-yolox-object-detector-onnx-export-colab.ipynb) |

## License

Distributed under the MIT License. See [`LICENSE`](./LICENSE) for more information.