yizhiwang96 / deepvecfont

[SIGGRAPH Asia 2021] DeepVecFont: Synthesizing High-quality Vector Fonts via Dual-modality Learning
MIT License
182 stars 31 forks source link

How can I not draw pictures through write_glyph_imgs.py #7

Closed lixinjie97 closed 2 years ago

yizhiwang96 commented 2 years ago

Hi, what does "not draw poctures" mean? You can send me emails to describe your problems.

lixinjie97 commented 2 years ago

I made my own data set,ground truth have no content. xx

yizhiwang96 commented 2 years ago

In Line 72 of write_glyph_imgs.py, add codes:

image.save('tmp.png')
input()

Check tmp.png to find whether the problem occurs here.

yizhiwang96 commented 2 years ago

I made my own data set,ground truth have no content. xx

I have found where the problem was. I have fixed the code. See for this for details.