Skip to content

Combining FCN (U-net, DeepEM-net) with CRNN(convolution LSTM and GRU, deconvolution one) for EM image segmentation

Notifications You must be signed in to change notification settings

xiaomi646/FCN-CRNN-Segmentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCN-CRNN-Segmentation

This is impelmentation of " Recurrent endoder-decoder networks for dense prediction ", which combine FCN (U-net, DeepEM-net) with CRNN(convolution LSTM and GRU, deconvolution one) for EM image segmentation.

Required library

Keras, Theano

Code

Run train_predict.py for training or prediction. To predict/train specific model change mode name accordingly.

About

Combining FCN (U-net, DeepEM-net) with CRNN(convolution LSTM and GRU, deconvolution one) for EM image segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%