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
caffe/src/caffe/util/modified_permutohedral.cpp replace feature to features on line 329:22 #77
Hey, I don't know whether you have corrected this mistake or not but there is an error in the caffe build of your modified caffe revision.
caffe/src/caffe/util/modified_permutohedral.cpp in this file the line number 329:22 has the passed parameter "feature" and the parameter passed is "features". So this is creating trouble. I changed it to "features" and it is working fine.
Hey, I don't know whether you have corrected this mistake or not but there is an error in the caffe build of your modified caffe revision.
caffe/src/caffe/util/modified_permutohedral.cpp in this file the line number 329:22 has the passed parameter "feature" and the parameter passed is "features". So this is creating trouble. I changed it to "features" and it is working fine.