We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Instant-angelo/datasets/colmap.py
Line 307 in bb7383a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Instant-angelo/datasets/colmap.py
Line 307 in bb7383a
The text was updated successfully, but these errors were encountered: