ankush-me / SynthText

Code for generating synthetic text images as described in "Synthetic Data for Text Localisation in Natural Images", Ankush Gupta, Andrea Vedaldi, Andrew Zisserman, CVPR 2016.
http://www.robots.ox.ac.uk/~vgg/data/scenetext/
Apache License 2.0
2.02k stars 622 forks source link

BB follows curved text #243

Closed Lane689 closed 2 years ago

Lane689 commented 2 years ago

Is it possible to get a bounding box follows curved text, so the bb is also curved? If it is where do I need to change code? @ankush-me

ankush-me commented 2 years ago

Each character itself is not curved, hence character BBs will not be curved. But characters which constitute a word can be put along a curve. This is done here.

I am not sure how exactly to achieve curved characters, if that is what you want.

Lane689 commented 2 years ago

Ok I understand. Ty