ssd_keras and SSD-pytorch
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-pytorch
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.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work