crfasrnn_keras icon indicating copy to clipboard operation
crfasrnn_keras copied to clipboard

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

Open heyitsguay opened this issue 6 years ago • 1 comments

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.

heyitsguay avatar Aug 28 '18 17:08 heyitsguay

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

Miguel

MiguelMonteiro avatar Sep 02 '18 10:09 MiguelMonteiro