# SimplifiedSSD **Repository Path**: buptybx/simplified-ssd ## Basic Information - **Project Name**: SimplifiedSSD - **Description**: 为SSD训练添加一个图像界面,用于简化SSD模型的训练。 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-11-25 - **Last Updated**: 2021-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SSD-based Object Detection in PyTorch 本项目是基于[jetson-inference](https://github.com/dusty-nv/jetson-inference/). 在原有项目的基础上添加了一个简单的图形界面,把大部分参数设置为默认。添加了数据处理,等简单的功能。 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. > For documentation, please refer to Object Detection portion of the **[Hello AI World](https://github.com/dusty-nv/jetson-inference/tree/dev#training)** tutorial: > [Re-training SSD-Mobilenet](https://github.com/dusty-nv/jetson-inference/blob/dev/docs/pytorch-ssd.md) Thanks to @qfgaohao for the upstream implementation from: [https://github.com/qfgaohao/pytorch-ssd](https://github.com/qfgaohao/pytorch-ssd)