MiguelMonteiro / CRFasRNNLayer

Conditional Random Fields as Recurrent Neural Networks (Tensorflow)
MIT License
82 stars 19 forks source link

Did you try put your layer on top a FCN? #12

Closed youguai closed 5 years ago

youguai commented 5 years ago

Hi, Did you try put your layer on top a FCN? I want to know will it works when connected to fcn.

Thanks

gyheart commented 5 years ago

I am looking forward to your reply.

MiguelMonteiro commented 5 years ago

Putting this on top of an FCN is the whole point. Please read the paper for more details. I have never trained in 2d (only trained for 3d medical images), however it should work fine.

watchmexiang commented 5 years ago

Hello, may I ask if you have implemented CRFasRNNLayer in FCN, how is it implemented? Thank you. @youguai @gyheart @MiguelMonteiro