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

咨询如何生成书写笔画和轨迹坐标的数据? #82

Open wanglifei001 opened 2 months ago

wanglifei001 commented 2 months ago

你好,想咨询如何能够生成书写笔画和轨迹序列坐标, 我想实现手写笔迹的还原,就像项目主页的图片那样https://raw.githubusercontent.com/dailenson/SDT/master/static/mo_loop.gif 目前自己的训练集已经能够生成比较满意的手写体效果, 想进步不看看能不能获得书写轨迹。 感激不尽~

dailenson commented 2 months ago

你好~在test.py中将--store_type的参数设置成online即可输出笔迹的轨迹。

wanglifei001 commented 2 months ago

好的,已经修改并输出了对应的结果, 非常感谢

aceliuchanghong commented 2 months ago

好的,已经修改并输出了对应的结果, 非常感谢

这个笔迹如何输出呢?可以给个示范程序吗?