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

Meanfield implementation #116

Closed raymondchua closed 7 years ago

raymondchua commented 7 years ago

Hi, I am searching for the meanfield implementation in Caffe layers but I can't seem to find it. Is it in this repository?

bittnt commented 7 years ago

Yes. You probably need to clone the code recursively. https://github.com/torrvision/caffe/ . The implementation for mean-field layer: https://github.com/torrvision/caffe/blob/e7f25fa2bdbb291a067930d60f337d305c128583/src/caffe/layers/multi_stage_meanfield.cpp