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

output image all white #62

Closed pannous closed 8 years ago

pannous commented 8 years ago

Everything seemed to work fine, but the output image for input.jpg from crfasrnn_demo.py is all white.

pannous commented 8 years ago

solved: it didn't like matplotlib.use('Agg')