一、製做數據 標籤 label.batlinux
dir/s/on/b >0.txt
二、製做lmdb convert_lmdb.bat服務器
SET GLOG_logtostderr=1 E:\caffeWin\caffe-master\Build\x64\Release\convert_imageset.exe --backend=lmdb --resize_width=32 --resize_height=32 --gray=false --shuffle G:\actionDataNew\ G:\actionDataNew\trainList.txt G:\actionDataNew\train_lmdb E:\caffeWin\caffe-master\Build\x64\Release\convert_imageset.exe --backend=lmdb --resize_width=32 --resize_height=32 --gray=false --shuffle G:\actionDataNew\ G:\actionDataNew\valList.txt G:\actionDataNew\test_lmdb pause
三、計算均值 mean.batui
SET GLOG_logtostderr=1 F:\CaffeVs2013\caffe-ssd-microsoft\Build\x64\Release\compute_image_mean.exe --backend=lmdb G:\actionDataNew\train_lmdb G:\actionDataNew\mean.binaryproto pause
準備 train.prototxt 和 solver.prototxtspa
linux服務器訓練code
#!/usr/bin/env sh set -e TOOLS=/home/tsari/caffe/build/tools $TOOLS/caffe train \ --solver=/home/tsari/WorkSpace/OpenCloseFourLei/cifar10_quick_solver.prototxt $@