sadeepj / crfasrnn_keras

CRF-RNN Keras/Tensorflow version
http://crfasrnn.torr.vision
MIT License
603 stars 169 forks source link

Added support for 3D spatial data and arbitrary number of image channels #41

Open heyitsguay opened 6 years ago

heyitsguay commented 6 years ago

Thanks for the keras port of the CRF-RNN module! For my needs, I required a version that works with 3D grayscale images, aka 3 spatial dimensions and 1 channel dimension. So, I made a few modifications to support that - 2 or 3 spatial dimensions, and an arbitrary number of channel dimensions.

MiguelMonteiro commented 6 years ago

Hello, I have also developed a N-spatial-dimensional multi-channel version. Check it out if you like Best Regards,

Miguel