Awesome-YOLO-Object-Detection
🚀🚀🚀 YOLO is a great real-time one-stage object detection framework. This repository lists some awesome public YOLO object detection series projects.
Contents
- Awesome-YOLO-Object-Detection
- Summary
- Extensional Frameworks
- Other Versions of YOLO
- Lighter and Deployment Frameworks
- Applications
- Video Object Detection
- Object Tracking
- Deep Reinforcement Learning
- Motion Control Field
- Super-Resolution Field
- Spiking Neural Network
- Attention and Transformer
- Small Object Detection
- Few-shot Object Detection
- Open World Object Detection
- Oriented Object Detection
- Face Detection and Recognition
- Face Mask Detection
- Social Distance Detection
- Autonomous Driving Field Detection
- Animal Detection
- Helmet Detection
- Hand Detection
- Gesture Recognition
- Action Detection
- Emotion Recognition
- Human Pose Estimation
- Distance Measurement
- Instance and Semantic Segmentation
- 3D Object Detection
- SLAM Field Detection
- Industrial Defect Detection
- SAR Image Detection
- Multispectral Image Fusion Detection
- Safety Monitoring Field Detection
- Anti-UAV Field Detection
- Medical Field Detection
- Chemistry Field Detection
- Agricultural Field Detection
- Sports Field Detection
- Adverse Weather Conditions
- Adversarial Attack and Defense
- Camouflaged Detection
- Game Field Detection
- Automatic Annotation Tools
- Feature Map Visualization
- Object Detection Evaluation Metrics
- GUI
- Other Applications
- Blogs
- Videos
Summary
-
Official YOLO
-
YOLOv1 (Darknet ) : "You Only Look Once: Unified, Real-Time Object Detection". (CVPR 2016)
-
YOLOv2 (Darknet ) : "YOLO9000: Better, Faster, Stronger". (CVPR 2017)
-
YOLOv3 (Darknet ) : "YOLOv3: An Incremental Improvement". (arXiv 2018)
-
YOLOv4 (WongKinYiu/PyTorch_YOLOv4 ) : "YOLOv4: Optimal Speed and Accuracy of Object Detection". (arXiv 2020)
-
Scaled-YOLOv4 (WongKinYiu/ScaledYOLOv4 ) : "Scaled-YOLOv4: Scaling Cross Stage Partial Network". (CVPR 2021)
-
YOLOv5 : YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite. docs.ultralytics.com. YOLOv5 🚀 is the world's most loved vision AI, representing Ultralytics open-source research into future vision AI methods, incorporating lessons learned and best practices evolved over thousands of hours of research and development.
-
YOLOX : "YOLOX: Exceeding YOLO Series in 2021". (arXiv 2021)
-
YOLOR : "You Only Learn One Representation: Unified Network for Multiple Tasks". (arXiv 2021)
-
YOLOF : "You Only Look One-level Feature". (CVPR 2021). "微信公众号「计算机视觉研究院」《CVPR目标检测新框架:不再是YOLO,而是只需要一层特征(干货满满,建议收藏)》"。
-
YOLOS : "You Only Look at One Sequence: Rethinking Transformer in Vision through Object Detection". (NeurIPS 2021)
-
YOLOv6 : "YOLOv6: A Single-Stage Object Detection Framework for Industrial Applications". (arXiv 2022). "微信公众号「美团技术团队」《YOLOv6:又快又准的目标检测框架开源啦》"。"微信公众号「美团技术团队」《目标检测开源框架YOLOv6全面升级,更快更准的2.0版本来啦》"。"微信公众号「美团技术团队」《通用目标检测开源框架YOLOv6在美团的量化部署实战 》"。 "微信公众号「集智书童」《超越YOLOv7 | YOLOv6论文放出,重参+自蒸馏+感知量化+...各种Tricks大放异彩》"。"微信公众号「极市平台」《Repvgg-style ConvNets,硬件友好!详解YOLOv6的高效backbone:EfficientRep》"。
-
YOLOv7 : "YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors". (CVPR 2023). "微信公众号「CVer」《CVPR 2023 | YOLOv7强势收录!时隔6年,YOLOv系列再登CVPR!》"。
-
DAMO-YOLO : DAMO-YOLO: a fast and accurate object detection method with some new techs, including NAS backbones, efficient RepGFPN, ZeroHead, AlignedOTA, and distillation enhancement. "DAMO-YOLO : A Report on Real-Time Object Detection Design". (arXiv 2022)
-
DynamicDet : "DynamicDet: A Unified Dynamic Architecture for Object Detection". (CVPR 2023)
-
EdgeYOLO : EdgeYOLO: anchor-free, edge-friendly. an edge-real-time anchor-free object detector with decent performance. "Edge YOLO: Real-time intelligent object detection system based on edge-cloud cooperation in autonomous vehicles". (IEEE Transactions on Intelligent Transportation Systems, 2022). "EdgeYOLO: An Edge-Real-Time Object Detector". (arXiv 2023)
-
RT-DETR : "DETRs Beat YOLOs on Real-time Object Detection". (arXiv 2023).
-