amusi/awesome-object-detection
Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
Curated repository organizing seminal object detection papers and implementations across multiple architectures—including two-stage detectors (R-CNN family, Faster R-CNN), single-stage detectors (YOLO, SSD), and specialized variants (Mask R-CNN for instance segmentation, RetinaNet for focal loss)—with links to arXiv papers, official and community implementations across Caffe, TensorFlow, PyTorch, and MXNet frameworks. Covers foundational concepts like region proposals, spatial pyramid pooling, and feature pyramids alongside survey papers addressing class imbalance and recent advances from 2013-2019.
7,506 stars. No commits in the last 6 months.
Stars
7,506
Forks
1,928
Language
—
License
—
Category
Last pushed
Dec 17, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/amusi/awesome-object-detection"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
LSH9832/edgeyolo
an edge-real-time anchor-free object detector with decent performance
IBM/MAX-Object-Detector
Localize and identify multiple objects in a single image.
stephanecharette/DarkMark
Marking up images for use with Darknet.
aditya-vora/FCHD-Fully-Convolutional-Head-Detector
Code for FCHD - A fast and accurate head detector
amdegroot/ssd.pytorch
A PyTorch Implementation of Single Shot MultiBox Detector