ShusenTang / FontRNN

Implementation of FontRNN [Computer Graphics Forum, 2019].
Apache License 2.0
35 stars 8 forks source link

How to generate data from ttf? #1

Open Troy0425 opened 4 years ago

Troy0425 commented 4 years ago

I want to run FontRNN on my own data, but I don't know how to generate data from my ttf. Could you provide your code for me as an example? Thank you.

lai-agent-m commented 4 years ago

Did you figure this out? It's been a long time

lai-agent-m commented 4 years ago

we are doomed . More specifically, during the offline processing period, we first manually specify the writing trajectory of each stroke for all (e.g., 27,533) characters in the standard “Kaiti” font library, which is employed as reference data for style learning.

lai-agent-m commented 4 years ago

I don't think that they;ll share this data

lai-agent-m commented 4 years ago

In fact they do you can found it on professor Zhouhui Lian's homepage

Johnson-yue commented 4 years ago

@lai-agent-m How to make the dataset by own ttf?? Did you find something??? I see the homepage and not found anything about it

kryptoniancode commented 2 months ago

@ShusenTang Can you please share code for generating dataset? It will be very helpful. Thanks