-
The lmdbs used in this experiment are
oct_test_lmdb
,oct_train_lmdb
,img_test_lmdb
andimg_train_lmdb
, which are generated by the scriptcaffe/experiments/prepare_dataset.py
. Please refer to the instructions here -
Download the protocol buffer files
caffe/experiments/image2shape.train.prototxt
andcaffe/experiments/image2shape.solver.prototxt
. Configure the training and tesing lmdb files and training the network. -
After training, download the protocol buffer file
caffe/experiments/image2shape.test.prototxt
to testing the network.