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

HOW TO stitch enhanced patches to single image? #20

Closed
kirill-pinigin opened this issue Jun 22, 2019 · 2 comments
Closed

HOW TO stitch enhanced patches to single image? #20

kirill-pinigin opened this issue Jun 22, 2019 · 2 comments

Comments

@kirill-pinigin
Copy link

Please, tell me HOW TO stitch enhanced patches to single image? What do you use to stitch enhanced patches to single image? Do you meet some problem with combining or stitching? Or May be some artifacts?

@aiff22
Copy link
Owner

aiff22 commented Jul 24, 2019

@kirill-pinigin, you should pass the entire (full-resolution) image to the network instead of stitching the patches. Please note that the latter option will result in a corrupted image: instance normalization layers used in DPED network are leading to different brightness of the patches, and thus after combining them you will get an image with a checkerboard pattern.

@aiff22 aiff22 closed this as completed Jul 24, 2019
@kirill-pinigin
Copy link
Author

kirill-pinigin commented Jul 25, 2019

@aiff22 will it work if i replace instance_norm with batch_norm and retrain generator via your framework? Can I eliminate checkboard artifacts?

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