Skip to content

Mindbooom/M2FCN

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 81.2%
  • Python 9.1%
  • Cuda 4.6%
  • CMake 3.0%
  • MATLAB 1.0%
  • Makefile 0.7%
  • Shell 0.4%