# YOLOX

- <https://github.com/Megvii-BaseDetection/YOLOX>
- <https://github.com/Megvii-BaseDetection/YOLOX/tree/main/demo/ONNXRuntime>
- <https://github.com/opencv/opencv_zoo/tree/master/models/object_detection_yolox>

## How to export a YOLOX model to ONNX format for OpenCV Dnn module

- YOLOX_export_to_OpenCVDNN_ONNX.ipynb

## How to Train YOLOX On a Custom Dataset

- <https://blog.roboflow.com/how-to-train-yolox-on-a-custom-dataset/>
