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

Training with high resolution cartoon images #9

Open
menu23 opened this issue Jul 31, 2019 · 1 comment
Open

Training with high resolution cartoon images #9

menu23 opened this issue Jul 31, 2019 · 1 comment

Comments

@menu23
Copy link

menu23 commented Jul 31, 2019

Thank you for your wonderful repository.
My question is, I want to use cartoon images that have very high resolution and detail (2K).
Is it a good idea to split/slice the images into smaller pieces (2x2 or 4x4) before training to get better results?
Any other suggestions are welcome.

@WynMew
Copy link

WynMew commented Aug 5, 2019

Thank you for your wonderful repository.
My question is, I want to use cartoon images that have very high resolution and detail (2K).
Is it a good idea to split/slice the images into smaller pieces (2x2 or 4x4) before training to get better results?
Any other suggestions are welcome.

I've tried that. The key here is not the cartoon images resolution, but the correspondence between cartoon image 'content' and the real image 'content'. i.e. if you slice cartoon images into small pieces, you get local content(parts of trees, buildings and bodies) instead of 'global content'(the full story). Then you lost the correspondence of 'content' between your cartoon training images and real images, and you lost the style correspondence and get always big 'style loss'.

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