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

Calculator for maximum image size #69

Open
ArcticWinterSturm opened this issue Mar 8, 2020 · 1 comment
Open

Calculator for maximum image size #69

ArcticWinterSturm opened this issue Mar 8, 2020 · 1 comment

Comments

@ArcticWinterSturm
Copy link

Is there a potential to make a tool to calculate maximum image size that can be archieved given certain GPU memory? for example its important for vfx guyes to render in 1920x1080, but i have no clue how much memory i would need? I know with other implementations that AVG pooling type always requires same amount of memory and would not fail once it starts, MAX pooling requires about ~25% more, and would fail on some combination of images and styles at a point it overflows

@ProGamerGov
Copy link
Owner

I'm not sure if such a tool would be possible. I would suggest finding a set of parameters you like, and then testing those parameters with a single 1920x1080 image. If that works, then you can use the parameters with all your images/frames.

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