# pytorch-ssd **Repository Path**: zhang-JIAHAOBOHELAN/pytorch-ssd ## Basic Information - **Project Name**: pytorch-ssd - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-24 - **Last Updated**: 2025-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SSD-based Object Detection in PyTorch This repo implements [SSD (Single Shot MultiBox Detector)](https://arxiv.org/abs/1512.02325) in PyTorch for object detection, using MobileNet backbones. It also has out-of-box support for retraining on Google Open Images dataset and Pascal VOC. For documentation, please refer to the following: * [Re-training SSD-Mobilenet](https://github.com/dusty-nv/jetson-inference/blob/master/docs/pytorch-ssd.md) from the **[Hello AI World](https://github.com/dusty-nv/jetson-inference/tree/master#training)** tutorial
* [Original Readme](https://github.com/qfgaohao/pytorch-ssd) from [`https://github.com/qfgaohao/pytorch-ssd`](https://github.com/qfgaohao/pytorch-ssd) > Thanks to @qfgaohao for the [upstream implementation](https://github.com/qfgaohao/pytorch-ssd)