-
Notifications
You must be signed in to change notification settings - Fork 107
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
Increasing the resolution of the mask #8
Comments
Hi~ So, i'm trying to find another way to help increase the resolution... |
I have to try in automatic1111 webUi this code |
I have already tried this, they use a simple Resize to increase the resolution..
|
The problem that the binary segmentations have a block-like appearance is known and reported in the paper. I'll have a closer look into this problem and see if it can be improved. |
Adding a convolution to consider the neighborhood before projecting into pixel space solves this problem to some degree, see the |
So when I run the code I get a mask that seems to be made of 32x32 large square on a whole 512x512 pixels image.
Is there a way to increase the resolution of the prediction and thus the mask generated?
Thanks a lot in advance.
The text was updated successfully, but these errors were encountered: