yizt / keras-ctpn

keras复现场景文本检测网络CPTN: 《Detecting Text in Natural Image with Connectionist Text Proposal Network》;欢迎试用,关注,并反馈问题...
Apache License 2.0
107 stars 38 forks source link

Result in ICDAR2015 #2

Open hcnhatnam opened 5 years ago

hcnhatnam commented 5 years ago

I have seen the results of the CTPN author in http://rrc.cvc.uab.es/?ch=4&com=evaluation&view=method_info&task=1&m=13930. It seems the result is much higher than yours. Can you explain for this? Screenshot from 2019-04-07 07-51-29

yizt commented 5 years ago

@hcnhatnam 感谢您的反馈!我想可能的原因有两点: 1: 作者使用了额外的3000张自己标注的样本 2:可能工程实现与论文有细微的差异?

hcnhatnam commented 5 years ago

I try train in ICDAR 2013,2015,2017(filtered only english language) dataset but your worse results on train ICDAR 2015 dataset.