vietnh1009/SSD-pytorch
SSD: Single Shot MultiBox Detector pytorch implementation focusing on simplicity
This project helps you train and use object detection models to identify and locate multiple objects within images or video streams. You provide raw image datasets, and the system outputs a trained model capable of detecting specific items. It is ideal for machine learning engineers, researchers, and students who need a straightforward implementation of the SSD architecture.
169 stars. No commits in the last 6 months.
Use this if you need a clear, easy-to-understand implementation of the SSD object detection model for training on custom datasets or performing inference on images and videos.
Not ideal if you require the absolute bleeding edge of object detection research or a production-ready system with extensive enterprise features.
Stars
169
Forks
49
Language
Python
License
MIT
Category
Last pushed
Feb 10, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/vietnh1009/SSD-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
broadinstitute/keras-rcnn
Keras package for region-based convolutional neural networks (RCNNs)
alankbi/detecto
Build fully-functioning computer vision models with PyTorch
sovit-123/fasterrcnn-pytorch-training-pipeline
PyTorch Faster R-CNN Object Detection on Custom Dataset
kenshohara/video-classification-3d-cnn-pytorch
Video classification tools using 3D ResNet
lufficc/SSD
High quality, fast, modular reference implementation of SSD in PyTorch