-
Notifications
You must be signed in to change notification settings - Fork 22
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
High resolution images #2
Comments
Hi! You may also check those papers below, they are designed for high-res translation: |
Hi, |
Hi, |
Hi,thank you for your excellent work! If the width and height of the image I want are different, how should I train? Do I need to change the network structure, or do I just need to modify the parameters to read the image? |
Hi! |
Hi, thanks for your reply on the front of crop size and load size. How does the network react in changing generator power?
|
Hi, I would think about changing the architecture of the generator or go to paired setting. If the domain gap is very huge, a supervised( paired) setting might be more efficient, if paired data is available. Also, the architecture of this paper, as in some recent papers, is resnet-9, which was proposed in 2016. More recent papers are trying to use stylegan-based generator and transformer-based generator. These new generators might provide a better ability. |
In respect of generator arch, you mean using more blocks (such as 12 - 18 blocks) or even more filters(NGF = 80 or 128) in Resnet doesn't shrink the chance of over-feating or saturation on the Color domain. (instead of changing texture and more visible transformation.) |
Hi, For arch, ok, if stylegan-based models are not good. How about the arch of SPADE[1], or even implicit neural representation[2]? [1] https://github.com/NVlabs/SPADE |
Hello!
Have you tested the model with high resolution images (512, 1024, ...)? Pictures are also drawn with high quality?
What parameters do you recommend to change to train 512x512 and 1024x1024 images?
The text was updated successfully, but these errors were encountered: