#238 · Primary category: Computer Vision
mmyolo
OpenMMLab YOLO series toolbox and benchmark. Implemented RTMDet, RTMDet-Rotated,YOLOv5, YOLOv6, YOLOv7, YOLOv8,YOLOX, PPYOLOE, etc.
Project last updated:07/14/24
GitHub Stars
3.5K
Forks
631
Contributors
69
License
GPL-3.0
Why we included this project
MMYOLO is a solid starting point when you need to train, fine-tune, or benchmark a modern real-time object detector. It gathers the popular YOLO-family models, YOLOv5 through YOLOv8, YOLOX, PPYOLOE, and the team's own RTMDet, into one modular PyTorch codebase built on MMDetection. Sharing that foundation means you can swap backbones, heads, and training recipes as interchangeable components and run fair comparisons on the same benchmark, instead of juggling separate repos with different APIs. It also covers rotated object detection, which is handy for aerial and satellite imagery, plus instance segmentation, with pretrained checkpoints and tutorials for newcomers and teams planning to deploy. The unified recipe system is the main draw if you want reproducible, well-documented training without reinventing the pipeline.
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)