Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

YOLOv6: A Single-Stage Object Detection Framework for Industrial Applications

About

For years, the YOLO series has been the de facto industry-level standard for efficient object detection. The YOLO community has prospered overwhelmingly to enrich its use in a multitude of hardware platforms and abundant scenarios. In this technical report, we strive to push its limits to the next level, stepping forward with an unwavering mindset for industry application. Considering the diverse requirements for speed and accuracy in the real environment, we extensively examine the up-to-date object detection advancements either from industry or academia. Specifically, we heavily assimilate ideas from recent network design, training strategies, testing techniques, quantization, and optimization methods. On top of this, we integrate our thoughts and practice to build a suite of deployment-ready networks at various scales to accommodate diversified use cases. With the generous permission of YOLO authors, we name it YOLOv6. We also express our warm welcome to users and contributors for further enhancement. For a glimpse of performance, our YOLOv6-N hits 35.9% AP on the COCO dataset at a throughput of 1234 FPS on an NVIDIA Tesla T4 GPU. YOLOv6-S strikes 43.5% AP at 495 FPS, outperforming other mainstream detectors at the same scale~(YOLOv5-S, YOLOX-S, and PPYOLOE-S). Our quantized version of YOLOv6-S even brings a new state-of-the-art 43.3% AP at 869 FPS. Furthermore, YOLOv6-M/L also achieves better accuracy performance (i.e., 49.5%/52.3%) than other detectors with a similar inference speed. We carefully conducted experiments to validate the effectiveness of each component. Our code is made available at https://github.com/meituan/YOLOv6.

Chuyi Li, Lulu Li, Hongliang Jiang, Kaiheng Weng, Yifei Geng, Liang Li, Zaidan Ke, Qingyuan Li, Meng Cheng, Weiqiang Nie, Yiduo Li, Bo Zhang, Yufei Liang, Linyuan Zhou, Xiaoming Xu, Xiangxiang Chu, Xiaoming Wei, Xiaolin Wei• 2022

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)
AP52.5
2454
Object DetectionMSCOCO (val)
AP52.5
43
Object DetectionTesla T4 GPU TensorRT 8.2
FPS (bs=1)810
36
Object DetectionEvDET200K (test)
mAP@.50:.9541.3
19
Object DetectionPlantDoc (test)
mAP@500.39
16
Object DetectionTomato-Leaf
Precision92.6
14
Object DetectionDaylily-Leaf (ideal)
Precision81.8
14
Object DetectionDaylily-Leaf (in-field)
Precision37.3
14
Object DetectionRice-Leaf
Precision0.508
14
Object DetectionIntel Core i7 CPU
Latency (ms)70
9
Showing 10 of 10 rows

Other info

Code

Follow for update