-
Notifications
You must be signed in to change notification settings - Fork 27
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
Tiled decoding works create weird seams #8
Comments
Got it! Thx for the detailed instruction! |
What about the encoder? Does it have any issues with seems? What is its receptive field? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I split decoding works into tiles without overlap, there are some strange weird seams on the bounds of each tile in decoded image.
However, according to the readme, it seems that weird seams shouldn't be created since
TAESD
has a bounded receptive field.Though it can be solved by splitting tiles with overlap, I wonder whether it's a bug.
Here is the tiling-decoding code modified from
taesd.py
:original image
decoded
tiling decoded
The text was updated successfully, but these errors were encountered: