RubanSeven / CRAFT_keras

Keras implementation of Character Region Awareness for Text Detection (CRAFT)
Apache License 2.0
166 stars 57 forks source link

weights/ 模型文件 #1

Open Yifan-Zhao opened 5 years ago

Yifan-Zhao commented 5 years ago

想问一下训练好的文件可以提供一下吗? 最后测试效果怎么样呢?

RubanSeven commented 5 years ago

目前弱监督部分的效果还不好,生成的伪标签我还在调整,感觉达到作者的效果有点困难,有兴趣,可以一起探讨。 你可以先自行用SynthText80K训练一个强监督的模型,然后研究下伪标签的生成。

Yifan-Zhao commented 5 years ago

模型文件可否分享一下呢?我想来先测试一下效果。可以交流讨论下编程思路。谢谢

sszzy0317 commented 5 years ago

请问您所说的SynthText80K强标签数据是一个数据集还是数据生成器,如果是生成器的话能否共享一下原代码?

faustomorales commented 5 years ago

I've published a Keras port of the model that uses the original PyTorch weights (they get converted to Keras) as part of a package for building an end-to-end OCR pipeline. It may be of interest to you.

https://github.com/faustomorales/keras-ocr