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 462 forks source link

Hi,i run crfasrnn and got a wrong result. #110

Closed huihuangzhao closed 7 years ago

huihuangzhao commented 7 years ago

I modified the TVG_CRFRNN_new_deploy file according to https://github.com/torrvision/crfasrnn/issues/100 . i input the example image, but i got a different result as following input input output. output

Could you please tell me how to fix out ? Many thanks

mohuamuyu commented 7 years ago

You may refer to the issue #86 https://github.com/torrvision/crfasrnn/issues/86

huihuangzhao commented 7 years ago

Thanks