BinWang-shu / M2FCN

Other
5 stars 3 forks source link

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
  2. Changing the path to your datasets in ./examples/final_results/train_val.prototxt
  3. To trian the model,run
    cd ./examples/final_results
    python solve.py
  4. To test the model,run
    python result.py