senlinuc / caffe_ocr

主流ocr算法研究实验性的项目,目前实现了CNN+BLSTM+CTC架构
1.26k stars 536 forks source link

The meaning of score #81

Open nerddd opened 5 years ago

nerddd commented 5 years ago

in ctc_decoder_layer.cpp, score_data should be the probability sum,

score_data[n] += -max_prob

but I don't know whether this parameter has some meaning? and how to use it?