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

The reason of OOM error #55

Open
sysu17363087 opened this issue Apr 15, 2023 · 0 comments
Open

The reason of OOM error #55

sysu17363087 opened this issue Apr 15, 2023 · 0 comments

Comments

@sysu17363087
Copy link

Hi, I appreciate your great work!
I am currently trying to register a point cloud frame from RGBD to a whole indoor map using data from the Redwood dataset. Since the map is much larger than one frame point cloud, I have sliced the map into several submaps. When I split the map into 27 pieces and generate descriptors with test_3dMatch.py, it reports an OOM error. However, it works well when I split the same map into 64 pieces, meaning that each submap is smaller. The whole map contains 13 million points before downsampling it with voxel_down_sample(voxel_size=0.03), and each submap has overlap with the neighboring submap.
I am wondering what the probable reason for the OOM error is. I tested it on my 2080Ti GPU with 8GB of capable space.
Thanks a lot!

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

1 participant