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

arbitrary resolutions input #18

Closed
xuanzhangyang opened this issue Oct 9, 2018 · 2 comments
Closed

arbitrary resolutions input #18

xuanzhangyang opened this issue Oct 9, 2018 · 2 comments

Comments

@xuanzhangyang
Copy link

xuanzhangyang commented Oct 9, 2018

paper said: Although the model was trained on 512x512 inputs, we have extended it so that it can handle arbitrary resolutions1.
how to extend it ?

@nothinglo
Copy link
Owner

The simple implementation is resizing the input image for the global feature but using the full-size for the local feature and then combine them to the U-Net decoder.

@scottcali
Copy link

The simple implementation is resizing the input image for the global feature but using the full-size for the local feature and then combine them to the U-Net decoder.

Hello, could you please give us more info how to achieve this? Our images are all 8K ... Many thanks!!

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