ssd_keras and SSD-Tensorflow
About ssd_keras
pierluigiferrari/ssd_keras
A Keras port of Single Shot MultiBox Detector
This is an accurate and well-documented implementation of the Single Shot MultiBox Detector (SSD) model, designed for developers working with computer vision. It takes images as input and outputs identified objects with bounding boxes, allowing you to train models to detect specific items in visual data. The primary users are machine learning engineers or researchers who need a reliable and understandable SSD implementation to build upon or fine-tune for their projects.
About SSD-Tensorflow
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.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work