amdegroot/ssd.pytorch
A PyTorch Implementation of Single Shot MultiBox Detector
This project helps you automatically identify and locate objects within images or live video feeds. You provide images (like from the PASCAL VOC or COCO datasets) and it outputs bounding box coordinates and labels for detected objects. This is ideal for researchers, computer vision engineers, or data scientists working on object detection tasks.
5,232 stars. No commits in the last 6 months.
Use this if you need to train and evaluate a Single Shot MultiBox Detector (SSD) model for fast and accurate object recognition in images or real-time video streams.
Not ideal if you need to perform image classification (identifying what an image is about without locating objects) or if you are not comfortable with command-line operations and Python environments.
Stars
5,232
Forks
1,739
Language
Python
License
MIT
Category
Last pushed
Dec 29, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/amdegroot/ssd.pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
IBM/MAX-Object-Detector
Localize and identify multiple objects in a single image.
LSH9832/edgeyolo
an edge-real-time anchor-free object detector with decent performance
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
dog-qiuqiu/FastestDet
:zap: A newly designed ultra lightweight anchor free target detection algorithm, weight only...