/M2FCN

Primary LanguageC++OtherNOASSERTION

Multi-stage Multi-recursive-input Fully Convolutional Networks for Neuronal Boundary Detection

This is an official implementation for ICCV2017 paper Multi-stage Multi-recursive-input Fully Convolutional Networks for Neuronal Boundary Detection based on caffe.

Demo

  1. You need compile the caffe.
make
make pycaffe
  1. Changing the path to your datasets in ./examples/final_results/train_val.prototxt
  2. To trian the model,run
cd ./examples/final_results
python solve.py
  1. To test the model,run
python result.py