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

Confused by the visualization results #48

Closed
liuxingbin opened this issue Nov 17, 2022 · 2 comments
Closed

Confused by the visualization results #48

liuxingbin opened this issue Nov 17, 2022 · 2 comments

Comments

@liuxingbin
Copy link

Hi, Thank you for your great work.
I am confused by the visualization results. In my opinion, the final assignment is image patch (pixels in same patch have same class/group).
The setting for training is an image resolution of 224x224 and a patch size of 16x16.
I assume there should have a clear grid effect in the final visualization.
But in your paper, visualization results have perfect curve.

Best.

@WalBouss
Copy link

Hi,
The "perfect curves" are due to the fact that during inference, they resize each input image to have a shorter side length of 448 (i.e. each image has a minimum size of 448x448). Also, they use bilinear interpolation with a factor p(=patch size) to upsample the predictions.

@xvjiarui
Copy link
Contributor

Hi @liuxingbin sorry for the late reply.

Thanks @WalBouss for detailed answer. @WalBouss is correct about that.

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

3 participants