meituan/YOLOv6
YOLOv6: a single-stage object detection framework dedicated to industrial applications. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1547
- days_rel: n/a
- days_push: 756
- n_releases_24m: 0
Adoption not part of the score
5895 stars · 1062 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
YOLOv6 is a single-stage object detection framework implemented in PyTorch, designed for industrial applications with a family of pretrained models (N/T/S/M/L) balancing accuracy and speed. It includes training, evaluation, quantization, and deployment tooling, plus variants for segmentation, face detection, and mobile/CPU (YOLOv6Lite).
Use cases
- train a custom YOLO object detection model on my own dataset
- run fast real-time object detection on GPU with pretrained weights
- deploy an object detection model with TensorRT for production
- detect faces in images with a YOLO model
- run object detection on mobile devices or CPU
- quantize a detection model for faster inference
When to choose
- you need a well-benchmarked YOLO detector with pretrained models and deployment support
- you want industrial-grade speed/accuracy tradeoffs including TensorRT and quantization
- you need variants like segmentation, face detection, or lightweight mobile models
When to avoid
- you need the latest actively developed detector (development has slowed since 2023)
- your project requires a permissive license (GPL-3.0)
- you need tasks beyond detection/segmentation such as pose estimation or tracking
Facets
framework · maturity maintenance
machine-learning deep-learning computer-vision image-processing computer-vision deep-learning machine-learning artificial-intelligence python cross-platform object-detection yolo pytorch model-training inference industrial-applications pretrained-models gpu
1 source
- readme: https://github.com/meituan/YOLOv6 · fetched 2026-08-28 · 08bc34184c08
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| meituan/YOLOv6 | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem