###Digit Recognition via CNN
####to train:
- download the
fcn-32s-pascalcontext.caffemodelhere and move it intomodels/fcn-32s-pascalcontext.caffemodel; - download our dataset and put it into
data/; - run
examples/fdigit/convert.pyfor converting data into lmdb; - run
solve.pyto start training.
####to test:
- download pre-trained model or train your own model as metioned above;
- run
examples/fdigit/test_fcn11_full.m(need Matlab and matcaffe); - python bindings are on the go.
Code base on caffe
Contributors:
