torrvision / crfasrnn

This repository contains the source code for the semantic image segmentation method described in the ICCV 2015 paper: Conditional Random Fields as Recurrent Neural Networks. http://crfasrnn.torr.vision/
Other
1.34k stars 460 forks source link

CRFasRNN output vs score_final (FCN) #144

Open AlexTS1980 opened 7 years ago

AlexTS1980 commented 7 years ago

I'm training CRFasRNN layer on top of upsampled score_final layer similar to that in FCN8s on my data, and I quickly noticed that the output from CRF-RNN is not very different to score_final. What could be the reason for that? Just the learning rate or something more interesting?