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

Docker #137

Closed mateovilla2 closed 7 years ago

mateovilla2 commented 7 years ago

Hello, I'm new in docker, I would like to know how to run a container with this caffe version ( with crf as rnn layers,etc). The main caffe docker version doesn't support your model. Anyone has an idea how to do it ?

Thank you for any suggestion or indication,

Cordially,

Mateo

bittnt commented 7 years ago

I actually built one:https://hub.docker.com/r/bittnt/caffecrfasrnn/ You should be able to do so by using the one: https://github.com/torrvision/caffe/tree/crfrnn/docker, although you might or might not see accuracy loss for the new version due to the change in the latest caffe, e.g. crop layer.