sadeepj / crfasrnn_keras

CRF-RNN Keras/Tensorflow version
http://crfasrnn.torr.vision
MIT License
603 stars 170 forks source link

modified_permutohedral.cc line 362 feature is not defined. #51

Open dogod621 opened 5 years ago

dogod621 commented 5 years ago

modified_permutohedral.cc line 362:

const float f = (feature + k num_dimensions);

it is not defined

gyheart commented 5 years ago

modified_permutohedral.cc line 362:

const float f = (feature + k num_dimensions);

it is not defined

Did you train the CRF layer successfully? Would you share your training code? My email is gyimage@yeah.net. Thanks.

92xianshen commented 4 years ago

Hi, please replace feature with features.