enginBozkurt/Object_Detection_With_SSD
Object Detection with Single Shot MultiBox Detector Algorithm
This project helps quickly identify and locate multiple distinct objects within an image or video frame. It takes an image or video as input and outputs the same visual content with bounding boxes drawn around detected objects, alongside their classification. This is ideal for anyone needing to automate the identification of specific items in visual media, such as in security monitoring, manufacturing quality control, or autonomous systems.
No commits in the last 6 months.
Use this if you need a fast and accurate way to detect and classify various objects within images or video frames, especially when dealing with objects of different sizes.
Not ideal if your primary need is general image classification without precise object localization, or if you require an extremely lightweight solution for highly constrained edge devices.
Stars
10
Forks
5
Language
Python
License
—
Category
Last pushed
Jan 03, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/enginBozkurt/Object_Detection_With_SSD"
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