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

Pretrained model #5

Closed ganji15 closed 3 years ago

ganji15 commented 3 years ago

Hi @leitro @hendraet, thanks for sharing your amazing work.

Could you share your pre-trained model so that we can get rid of retraining one and play it right away?

I will be grateful if you could provide your pre-trained model. Thanks in advance.

hendraet commented 3 years ago

You can find a model that was trained for 2000 epochs here.

However, it only works for a word length of 7, so make sure that MAX_CHARS in load_data.py is set to 7. If you need longer words, you'll have to train a new one.

If you plan to evaluate the model with the tt.test_single_writer.4_scenarios.py script, please make sure you apply the changes proposed in #6.

ganji15 commented 3 years ago

@hendraet Thank you very much!

yuyukuy534 commented 6 days ago

Hi @leitro @hendraet, thanks for sharing your amazing work.

Could you share your pre-trained model so that we can get rid of retraining one and play it right away?

I will be grateful if you could provide your pre-trained model. Thanks in advance.

Hi @leitro @hendraet, thanks for sharing your amazing work.

Could you share your pre-trained model so that we can get rid of retraining one and play it right away?

I will be grateful if you could provide your pre-trained model. Thanks in advance.

Could you share me the pre-trained model ? I can not open it.