omni-us / research-GANwriting

Source code for ECCV20 "GANwriting: Content-Conditioned Generation of Styled Handwritten Word Images"
MIT License
66 stars 22 forks source link

Generate line of words #14

Open Yuying-W opened 2 years ago

Yuying-W commented 2 years ago

Hi, I was impressed by your great work. I realized there is a pretrained model which can generation words within length 7. But I am wondering can I use this repo to generate a line of words? Like I set the max character as a super large number, then retrain a new model, can that new one generate a line?

hendraet commented 2 years ago

IIRC there are some architectural limitations for the maximum number of characters that is defined by OUTPUT_MAX_LEN. However, the definition of this variable in loadData4_vgg.py indicates that there was some testing done regarding lines. Since this was not mentioned in the final paper, I guess that it didn't work out.