这是一个ssd-pytorch的源码,可以用于训练自己的模型。. Contribute to bubbliiiing/ssd-pytorch development by creating an account on GitHub.
PyTorch 1.0 or higher yacs Vizer GCC >= 4.9 OpenCV Step-by-step installation git clone https://github.com/lufficc/SSD.gitcdSSD#Required packages: torch torchvision yacs tqdm opencv-python vizerpip install -r requirements.txt#Done! That's ALL! No BUILD! No bothering SETUP!#It's recommended...
首先发下代码的参考连接 ssd-pytorch 论文地址就不发了,可以自行百度,我的博客ssd解读地址在这里,可以进行参考学习 代码解读地址在这里 运行环境: 1.python 3.6 2.pytorch 0.4.1 3.python-opencv 说明 预训练的权重文件vgg_16 提取码:rdbn 具体的配置文件请看Config.py文件 训练运行python3.6 Train.py 已经训练...
SSD目标检测 pytorch版本. Contribute to UserNamezhangxi/ssd-pytorch development by creating an account on GitHub.
PyTorch 1.0 or higher yacs Vizer GCC >= 4.9 OpenCV Step-by-step installation git clone https://github.com/lufficc/SSD.gitcdSSD#Required packagespip install torch torchvision yacs tqdm opencv-python vizer#Optional packages#If you want visualize loss curve. Default is enabled. Disable by using -...
PyTorch 1.0 or higher yacs Vizer GCC >= 4.9 OpenCV Step-by-step installation git clone https://github.com/lufficc/SSD.gitcdSSD#Required packages: torch torchvision yacs tqdm opencv-python vizerpip install -r requirements.txt#Done! That's ALL! No BUILD! No bothering SETUP!#It's recommended...
这是一个ssd-pytorch的源码,可以用于训练自己的模型。. Contribute to Veteran-ChengQin/ssd-pytorch development by creating an account on GitHub.
MobileNetV1, MobileNetV2, VGG based SSD/SSD-lite implementation in Pytorch 1.0 / Pytorch 0.4. Out-of-box support for retraining on Open Images dataset. ONNX and Caffe2 support. Experiment Ideas like CoordConv. - pytorch-ssd/run_ssd_live_demo.py at master
Pytorch implementation of SSD512. Contribute to midasklr/SSD.Pytorch development by creating an account on GitHub.
Here is my pytorch implementation of 2 models: SSD-Resnet50 and SSDLite-MobilenetV2. These models are based on original model (SSD-VGG16) described in the paper SSD: Single Shot MultiBox Detector. This implementation supports mixed precision training. An example of SSD Resnet50's output. Mo...