This is an official implementation for ICCV2017 paper Multi-stage Multi-recursive-input Fully Convolutional Networks for Neuronal Boundary Detection based on caffe.
- You need compile the caffe.
make
make pycaffe- Changing the path to your datasets in ./examples/final_results/train_val.prototxt
- To trian the model,run
cd ./examples/final_results
python solve.py- To test the model,run
python result.py