How to train and verify mobilenet by using voc pascal data in caffe ssd?
How to train and verify mobilenet by using voc pascal data in caffe ssd?
Get code
git clone --recursive https://github.com/avBuffer/MobilenetSSD_caffe.git
cd MobilenetSSD_caffe
Train and test MobilenetSSD models, in folder of mobilenet_caffe_train
cd MobilenetSSD_caffe/mobilenet_caffe_train
./tool/train.sh
cd MobilenetSSD_caffe/mobilenet_caffe_train
./tool/merge_bn.py
cd MobilenetSSD_caffe/mobilenet_caffe_train
./tool/demo.py
Detect and classify objects by Mobilenet SSD model in PC in the folder of classify_caffe, you can do next steps
cd MobilenetSSD_caffe/classify_caffe
./build.sh
cd MobilenetSSD_caffe/classify_caffe
./classify.sh
cd MobilenetSSD_caffe/classify_caffe/model/mobile/
adb shell mkdir caffe
adb shell mkdir caffe/mobilenet
adb push MobileNetSSD_deploy.caffemodel sdcard/caffe/mobilenet
adb push MobileNetSSD_deploy.prototxt sdcard/caffe/mobilenet
Also you can joint QQ group ID: 183669028
Any comments or issues are also welcomed.Thanks!