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

Infering on large images #20

Open
bluesky314 opened this issue Jul 9, 2020 · 1 comment
Open

Infering on large images #20

bluesky314 opened this issue Jul 9, 2020 · 1 comment

Comments

@bluesky314
Copy link

As the model is trained on small patches, will it have trouble inferring on large 2000X2000 images as it has never see details of this larger size? Don't all matting models suffer from this as all are trained on 320X320?

@MarcoForte
Copy link
Owner

It is trained on inputs of size 320x320 but these also include larger size patches which have been downsampled to 320x320. The model performs well on images of 2000x2000.
You are right though that it is not invariant to image size, and I suspect images of much larger resolution, say above 10 megapixels, would not work well

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