yatengLG/SSD-Pytorch
A PyTorch implementation of the SSD object detection algorithm with multi-GPU training support.

This repository provides a complete implementation of the Single Shot MultiBox Detector (SSD) algorithm for object detection using PyTorch. It features an object-oriented architecture separating base networks, detection heads, loss functions, and post-processing modules. The project supports multi-GPU training on a single machine and includes methods for detecting objects in both images and videos. All code is documented with Chinese comments for easier understanding.
Frequently asked
- What is yatengLG/SSD-Pytorch?
- A PyTorch implementation of the SSD object detection algorithm with multi-GPU training support.
- Is SSD-Pytorch open source?
- Yes — yatengLG/SSD-Pytorch is open source, released under the Apache-2.0 license.
- What language is SSD-Pytorch written in?
- yatengLG/SSD-Pytorch is primarily written in Python.
- How popular is SSD-Pytorch?
- yatengLG/SSD-Pytorch has 402 stars on GitHub.
- Where can I find SSD-Pytorch?
- yatengLG/SSD-Pytorch is on GitHub at https://github.com/yatengLG/SSD-Pytorch.