Jyouhou / UnrealText

Synthetic Scene Text from 3D Engines
MIT License
241 stars 39 forks source link

The character boxes on hook faces seems to be offset #24

Closed GaroneHuang closed 2 years ago

GaroneHuang commented 3 years ago

There seems to be offset of character boxes on hook faces with high probability, shown in the following images. This image is from English dataset Sub39 27.jpg image Only use perspective transformation to get the boxes may not work.

Jyouhou commented 3 years ago

You are right -- on curved face, it would look weird. The ideal solution is to print characters one by one, but that would take a long time.

GaroneHuang commented 3 years ago

@Jyouhou Thanks a lot for your answer. But how can I print characters one by one. I have read the source code and found that it only can put the images on adjusted text boxes generated by unrealcv, and the text boxes seem to be to large. How can I put a character image on a small box?

Jyouhou commented 3 years ago

With the current UnrealText implementation, printing characters are not enabled. It's too time consuming.