balancap/SSD-Tensorflow
Single Shot MultiBox Detector in TensorFlow
This tool helps developers implement object detection in images. You provide an image, and it outputs bounding box coordinates and classification labels for objects detected within that image. It's designed for machine learning engineers and researchers working on computer vision tasks.
4,107 stars. No commits in the last 6 months.
Use this if you need to integrate or train a Single Shot MultiBox Detector (SSD) model within a TensorFlow environment for image-based object recognition.
Not ideal if you are a non-technical user looking for a ready-to-use application, or if your project requires object detection outside of the TensorFlow framework.
Stars
4,107
Forks
1,858
Language
Jupyter Notebook
License
—
Category
Last pushed
Aug 12, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/balancap/SSD-Tensorflow"
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