笨笨石头

文章
4
资源
0
加入时间
2年10月17天

MobileNet-SSD(二):训练模型

二、训练模型1、将下载的源码,解压到caffe-ssd/examples/目录下。2、修改、运行gen_model.sh文件,获取相关prototxt文件:gen_model.sh generate my own training prototxt./gen_model.sh 11#!/bin/shif test -z $1 ;then echo usage: $0 CLASSNUM...