sjvasquez / handwriting-synthesis

Handwriting Synthesis with RNNs ✏️
4.36k stars 592 forks source link

How to create new style using the same pretrained model #54

Open Sofiane23i opened 2 years ago

Sofiane23i commented 2 years ago

Hello,

I want to create a new style of handwriting using the same pretrained model.

Thanks

anurajcreator commented 2 years ago

I want to know the same thing, please can anyone help.

chavenor commented 2 years ago

I don't believe that is possible. The styles of writing are coming off of the original set of XML data from beam2, which have different styles. You would need to collect your vector hand writing via that system to re-create the system to generate the hand writing.

Tombstone2K commented 1 year ago

I don't believe that is possible. The styles of writing are coming off of the original set of XML data from beam2, which have different styles. You would need to collect your vector hand writing via that system to re-create the system to generate the hand writing.

Is that the case or can we prime our own handwriting samples for use with the pre trained model