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

Allow creating reconstructions for which the keyframe data does not fit into the GPU memory #13

Open
puzzlepaint opened this issue Jun 18, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@puzzlepaint
Copy link
Collaborator

Right now, keyframes take up a lot of GPU memory, which limits the size of the reconstructions that can be made. It might be helpful to introduce the possibility to store keyframe data on the CPU while it is not used to be able to make larger reconstructions. This would likely also make the process very slow as soon as this is used, however, due to the frequent memory transfers between the CPU and GPU which will be needed then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant