yalecyu / crnn.caffe

crnn.caffe
Other
76 stars 51 forks source link

where did you set the relationship between "-" and blank label ? #12

Closed yimingxliu closed 6 years ago

yimingxliu commented 6 years ago

In your project, you set "10" as blank label, consequently, the "10" in test result is replaced as "-". Now I set "37" as blank label, but the "37" in test result is not replaced but all "10" are replaced as "-". Is there any way to change "-" ?

yimingxliu commented 6 years ago

空标签“10”和“-”的对应关系是在哪里定义的呀?空标签换成别的后,测试输出还是“10”和“-”对应