clovaai / deep-text-recognition-benchmark

Text recognition (optical character recognition) with deep learning methods, ICCV 2019
Apache License 2.0
3.68k stars 1.08k forks source link

How should a cropped image pass to this model? #152

Open JoelUser opened 4 years ago

JoelUser commented 4 years ago

How could I join the Craft model with this when I already have the texts trimmed.

Treeboy2762 commented 2 years ago

I think you can directly feed the trimmed texts to the recognition model, are there reasons for you to pass the texts to the CRAFT model?