[ECCV2024] This is an official inference code of the paper "Glyph-ByT5: A Customized Text Encoder for Accurate Visual Text Rendering" and "Glyph-ByT5-v2: A Strong Aesthetic Baseline for Accurate Multilingual Visual Text Rendering""
Greetings, and really nice job !!!
I tried the huggingface demo. I wonder if the ImageDraw.Draw() function can do the similar thing? Because the layout is given by users, and the text box should be better horizontal (i found the vertical box sometimes leads to duplicate letters).
Greetings, and really nice job !!! I tried the huggingface demo. I wonder if the
ImageDraw.Draw()
function can do the similar thing? Because the layout is given by users, and the text box should be better horizontal (i found the vertical box sometimes leads to duplicate letters).