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

Memory fills up (CPU OOM -> killed) #41

Open
thegenerativegeneration opened this issue Feb 15, 2024 · 0 comments
Open

Memory fills up (CPU OOM -> killed) #41

thegenerativegeneration opened this issue Feb 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@thegenerativegeneration

Hi, I wanted to try out the reconstruction, but for me the method does not go beyond the data loading of the colmap dataset.

The concatenation of the arrays leads to CPU memory filling up which ends up in a crash.

I have 64GB of memory.

I think the way the data is loaded is problematic as all data of the dataset is loaded into memory, as far I understood the code.

The crash happens exactly at

self.all_fg_indexs = torch.cat(self.all_fg_indexs, dim=0)

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

2 participants