dailenson / SDT

This repository is the official implementation of Disentangling Writer and Character Styles for Handwriting Generation (CVPR23).
MIT License
956 stars 81 forks source link

怎么查看生成结果 #74

Open yi-dian-dou-bu-dong opened 5 months ago

yi-dian-dou-bu-dong commented 5 months ago

这部份内容是生成字的结果吗,怎么查看 ff1c59e1f5f96f544289f9d2f168a52

dailenson commented 5 months ago

把store_type的值改成img,重新生成一次就好

yi-dian-dou-bu-dong commented 5 months ago

1711465578237看到生成文字了,这些图片名前缀数字是代表什么

369-SN commented 4 months ago

test.py generates images that all seem to have the same font. How can I modify the input data to generate other fonts? In addition, is there a specific division and naming for different fonts?

dailenson commented 4 months ago

1711465578237看到生成文字了,这些图片名前缀数字是代表什么

数字代表测试集书写者的ID

dailenson commented 4 months ago

test.py generates images that all seem to have the same font. How can I modify the input data to generate other fonts? In addition, is there a specific division and naming for different fonts?

You can directly use user_generate.py to achieve your goal. Specifically, firstly process your style samples, then put them in a specific folder, finally run user_generate.py.