Index
YOLO v6
物体検出 / Object Detection のアルゴリズムの一つ YOLO の手法の一つ.
- YOLO #まとめ編
アルゴリズムについての論文が見当たらず、精度だけ示している.
2022/09/07 論文を公開.
Network Design
Backbone
Backbone は、 RepVGG を利用.
- RepVGG
Large Model には、CSP Stack Repを採用.
- CSPNet
Neck
- YOLO v4 / v5 を踏襲して、PAN topology を採用
- RepBlock or VSPStackRep Blockを搭載した Rep PAN と命名.
Head
- Efficient Decoupled Head
工夫
- Rep VGG
- Quantization
- good inference performance
- label assignment and loss function design
- knowledge distillation
Quantization
- Re-parameterizing Your Optimizers rather than Architectures
- [2022]
- arxiv.org
精度

実装
-
- 製作者?
- 製作者?
-
- 他にもあったので、メモ
YOLO v6 v3.0 / 2023
Real Time Object Detection で高精度.
- Real-Time Object Detection on MS COCO
参考
YOLOv6: A Single-Stage Object Detection Framework for Industrial Applications
- [2022]
- 2 Method
- Network Design
- Backbone
- Neck
- Head
- 2.1 Network Design
- 2.1.1 Backbone
- 2.1.2 Neck
- 2.1.3 Head
- 2.5 Quantization and Deployment
- Network Design
- arxiv.org
YOLOv6 v3.0: A Full-Scale Reloading
- [2023]
- arxiv.org
Web サイト
-
- 公式?
- アルゴリズムについての内容はない
YOLOv6 : Explanation, Features and Implementation
動画
YOLOv6 versus YOLOv5 Nano Object Detection models in 4K
YOLOv6 - Object Detection (ONNX)