Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joint font style and text effect transfer #3

Open
XiaoYangon opened this issue Apr 18, 2020 · 3 comments
Open

Joint font style and text effect transfer #3

XiaoYangon opened this issue Apr 18, 2020 · 3 comments

Comments

@XiaoYangon
Copy link

Hello, your project is really meaningful. In the paper, you mention jointfont style and text effect transfer? how can this be realized? Looking forward to your reply.

@williamyang1991
Copy link
Owner

You should just prepare a font dataset and train another TET-GAN on font dataset.
Let TET-GAN trained on font be G1, and trained on text effects be G2.
To transfer the text effects and font, first use G2 to destylize your reference style image Y and obtain the glyph image X.
Then use G1 to stylize your text image I with X to obtain the font transfer result I_X;
Finally, use G2 to stylize I_X with Y to obtain the joint font and style transfer result.

@XiaoYangon
Copy link
Author

@williamyang1991 Thank you for your reply. There are several questions to ask: are G1 and G2 based on the current TET-GAN model training? Are these two model independently trained? Do I need to make any changes to the model and loss function in order to implement G1 and G2?

@williamyang1991
Copy link
Owner

There is no difference between G1 and G2. They are trained independently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants