amzn / convolutional-handwriting-gan

ScrabbleGAN: Semi-Supervised Varying Length Handwritten Text Generation (CVPR20)
https://www.amazon.science/publications/scrabblegan-semi-supervised-varying-length-handwritten-text-generation
MIT License
264 stars 55 forks source link

How can I change the style of writer #2

Closed archwolf118 closed 4 years ago

archwolf118 commented 4 years ago

Thanks, this project is wonderful and useful for the handwriting generating. I have generated some sample from your code, but I want to change different style. What should I do? Thanks you!

sharonFogel commented 4 years ago

You can change the noise vector to change the style. The style changes randomly with each noise vector you choose so you can't generate the style of a specific writer. However, if you generate a few words with the same input noise vector, their style will be identical.

archwolf118 commented 4 years ago

@sharonFogel thank you for your reply.