awesome-yolo-object-detection icon indicating copy to clipboard operation
awesome-yolo-object-detection copied to clipboard

🚀🚀🚀 A collection of some awesome public YOLO object detection series projects.

Awesome-YOLO-Object-Detection

Awesome

🔥🔥🔥 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
      • Official YOLO
      • Awesome List
      • Paper and Code Overview
        • Paper Review
        • Code Review
      • Blogs
    • Other Versions of YOLO
      • PyTorch Implementation
      • Tensorflow and Keras Implementation
      • PaddlePaddle Implementation
      • Caffe Implementation
      • MXNet Implementation
      • LibTorch Implementation
      • OpenCV Implementation
      • ROS Implementation
      • Dotnet Implementation
      • Rust Implementation
      • Go Implementation
      • Web Implementation
      • Others
    • Extensional Frameworks
    • Applications
      • Lighter and Faster
        • Lightweight Backbones and FPN
        • Pruning Knoweldge-Distillation Quantization
        • High-performance Inference Engine
        • FPGA TPU NPU Hardware Deployment
      • Video Object Detection
      • Object Tracking
        • Multi-Object Tracking
      • Deep Reinforcement Learning
      • Multi-Modality Information Fusion
      • Motion Control Field
      • Super-Resolution Field
      • Spiking Neural Network
      • Attention and Transformer
      • Small Object Detection
      • Few-shot Object Detection
      • Oriented Object Detection
      • Face Detection and Recognition
      • Face Mask Detection
      • Social Distance Detection
      • Autonomous Driving Field Detection
        • Vehicle Detection
        • License Plate Detection and Recognition
        • Lane Detection
        • Driving Behavior Detection
        • Parking Slot Detection
        • Traffic Light Detection
        • Traffic Sign Detection
        • Crosswalk Detection
        • Traffic Accidents Detection
        • Road Damage Detection
      • Helmet Detection
      • Hand Detection
      • Gesture Recognition
      • Action Detection
      • Emotion Recognition
      • Human Pose Estimation
      • Distance Measurement
      • 3D Object Detection
      • SLAM Field Detection
      • Industrial Defect Detection
      • SAR Image Detection
      • Safety Monitoring Field Detection
      • Medical Field Detection
      • Chemistry Field Detection
      • Agricultural Field Detection
      • Adverse Weather Conditions
      • Adversarial Attack and Defense
      • Instance and Semantic Segmentation
      • Game Field Detection
      • Automatic Annotation Tool
      • Feature Map Visualization
      • Object Detection Evaluation Metrics
      • GUI
      • Other Applications

Summary

Other Versions of YOLO

Extensional Frameworks

  • 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)

  • YOLOS : "You Only Look at One Sequence: Rethinking Transformer in Vision through Object Detection". (NeurIPS 2021)

  • YOLACT & YOLACT++ : You Only Look At CoefficienTs. (ICCV 2019, IEEE TPAMI 2020)

  • Alpha-IoU : "Alpha-IoU: A Family of Power Intersection over Union Losses for Bounding Box Regression". (NeurIPS 2021)

  • CIoU : Complete-IoU (CIoU) Loss and Cluster-NMS for Object Detection and Instance Segmentation (YOLACT). (AAAI 2020, IEEE TCYB 2021)

  • AIRDet : Welcome to AIRDet! AIRDet is an efficiency-oriented anchor-free object detector, aims to enable robust object detection in various industry scene.

  • Albumentations : Albumentations is a Python library for image augmentation. Image augmentation is used in deep learning and computer vision tasks to increase the quality of trained models. The purpose of image augmentation is to create new training samples from the existing data. "Albumentations: Fast and Flexible Image Augmentations". (Information 2020)

Applications