Anchor-free YOLO built for the factory floor
YOLOX removes anchor boxes from YOLO to simplify the model and ship it to actual hardware.

What it does
YOLOX is an anchor-free reimplementation of the YOLO object-detection family. It replaces the traditional anchor-box mechanism with a simpler design, providing pretrained models that scale from a 0.91-million-parameter Nano variant up to the 99-million-parameter X model. The repository includes training and evaluation code alongside export paths for several production runtimes.
The interesting bit
The project’s real focus is logistics over novelty. YOLOX explicitly aims to bridge the research-to-industry gap, bundling ready-made deployment demos for six inference engines including TensorRT, ncnn, and OpenVINO. That breadth of export targets is where it differentiates itself from a typical research implementation.
Key highlights
- Anchor-free detection heads scaling from Nano (0.91 M parameters) to X (99.1 M), with published mAP and V100 latency benchmarks
- Deployment demos for MegEngine, ONNX, TensorRT, ncnn, OpenVINO, and nebullvm
- Mixed-precision training and multi-node distributed training supported
- Third-party ecosystem spans ROS2, DeepStream, Android ncnn, and Hugging Face Spaces integrations
Verdict
Worth a look if you need a YOLO variant that cares as much about production export formats as it does about COCO benchmarks. Give it a pass if you are locked into anchor-based pipelines or want a lean, single-purpose training framework.
Frequently asked
- What is Megvii-BaseDetection/YOLOX?
- YOLOX removes anchor boxes from YOLO to simplify the model and ship it to actual hardware.
- Is YOLOX open source?
- Yes — Megvii-BaseDetection/YOLOX is open source, released under the Apache-2.0 license.
- What language is YOLOX written in?
- Megvii-BaseDetection/YOLOX is primarily written in Python.
- How popular is YOLOX?
- Megvii-BaseDetection/YOLOX has 10.5k stars on GitHub.
- Where can I find YOLOX?
- Megvii-BaseDetection/YOLOX is on GitHub at https://github.com/Megvii-BaseDetection/YOLOX.