#61 · Primary category: Computer Vision
YOLOX
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/
Project last updated:06/08/25
GitHub Stars
10.6K
Forks
2.5K
Contributors
78
License
Apache-2.0
Why we included this project
Most object detection work in production starts with a solid pretrained baseline, and YOLOX is one of the more practical options. It keeps the YOLO family's speed but removes anchor boxes, simplifying training without giving up accuracy. Pretrained weights run from a small model built for edge devices up to a full-size variant, so you can match model size to your hardware budget, and the COCO benchmarks spell out the speed and accuracy trade-off at each size. The repo also includes demos and export paths for ONNX, TensorRT, ncnn, and OpenVINO, which cuts a lot of the usual friction in moving a trained model to a real runtime. Teams that need to customize and ship a modern YOLO detector will find a dependable starting point here.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)