yizhiwang96 / deepvecfont

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

font list used for training/testing #23

Closed thuliu-yt16 closed 1 year ago

thuliu-yt16 commented 1 year ago

It seems that the font_ttfs.zip includes many fonts and only a subset of it is used for training and testing. So could you please provide the font list you used?

yizhiwang96 commented 1 year ago

It seems the log file output by our preprocess script will record which fonts are filtered out. Please check it out. Thanks!

yizhiwang96 commented 1 year ago

You can also check the font id entry (pkl or dirs) in our dataset.

thuliu-yt16 commented 1 year ago

Thanks! The font id entry in pkl makes sense. But some fonts in font_ttfs.zip are corrupted. Anyway, I could get the ground truth font SVGs by running test_sf.py.