Skip to content

Latest commit

 

History

History

object_detection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Contents

1) Pubilc Datasets and Challenges

2) Annotation Tools

  • CSAILVision/LabelMeAnnotationTool [Source code for the LabelMe annotation tool.]
  • tzutalin/LabelImg [🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images]
  • wkentaro/Labelme [Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation)]
  • openvinotoolkit/CVAT [A Powerful and efficient Computer Vision Annotation Tool]
  • Ericsson/EVA [A web-based tool for efficient annotation of videos and image sequences and has an additional tracking capabilities]

3) Pioneers and Experts

👍Martin Danelljan

4) Blogs and Videos

▶ GitHub

▶ CSDN or zhihu

5) Papers and Sources Codes

▶ Related Survey

▶ Two-stage Anchor based

▶ One-stage Anchor based

▶ One-stage Anchor free

▶ Detection Transformer (DETR, fully end-to-end)

DETRs --> Pros: eliminates the hand-designed anchor and NMS components; Cons: slow training convergence and hard-to-optimize queries. Thus, researchers should put their efforts of optimizing transformer-based detectors in accelerating training convergence and reducing optimization difficulty

▶ YOLO Series Algorithms

Anchor-base: YOLOv2, YOLOv3, YOLOv4, Scaled-YOLOv4, YOLOv5, YOLOR, TPH-YOLOv5, YOLOv5-Lite, YOLOv7; Anchor-Free: YOLOv1, YOLOX, PP-YOLOE, YOLOv5u, YOLOv6, YOLOv7u, YOLOv8