Skip to content

Commit

Permalink
Merge pull request #5 from torrvision/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
bittnt committed May 15, 2016
2 parents 8e94757 + 14140ff commit 928cf29
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,29 @@ Notice that the current deploy.prototxt file we provided is tailed for PASCAL VO

See the examples/segmentationcrfasrnn.

####why predictions are all black?
This could because you set different names for classifier in prototxt, causing the weights are not properly load. This is could also because you change the number of outputs in deconvolution layer in prototxt but you didnot initialize the deconvolution layer properly.

####MultiStageMeanfield seg fault?
This error message occurs when you didnot place the spatial.par and bilateral.par in the script path.

####Python training script from third parties
We would like to thank Martinkersner Masahiro Imai to provide python training scripts for crf-rnn.

1. [martinkersner python scripts for Train-CRF-RNN](https://github.com/martinkersner/train-CRF-RNN)
2. [MasazI python scripts for crfasrnn-training](https://github.com/MasazI/crfasrnn-training)

####Merge with the upstream caffe
This is possible to integrate the crfrnn layer into upstream caffe. However, due to the change of crop layers, the caffemodel we provided might require extra training to provide the same accuracy. mtourne Kindly provided a version that merged the code with upstream caffe.

1. [mtourne upstream version with CRFRNN](https://github.com/mtourne/crfasrnn)

####GPU version of CRF-RNN
hyenal kindly provided a purely GPU version of CRF-RNN. This would lead to considerable faster training and testing for CRF-RNN.

1. [hyenal's GPU crf-rnn](https://github.com/hyenal/crfasrnn)

Let us know if we miss any other works from third parties.

# LICENSE
CRF-RNN feature in Caffe is implemented for the paper:
Expand Down

0 comments on commit 928cf29

Please sign in to comment.