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

huge memory consumption #26

Open
shadowver opened this issue Jan 15, 2019 · 2 comments
Open

huge memory consumption #26

shadowver opened this issue Jan 15, 2019 · 2 comments

Comments

@shadowver
Copy link

Hi @mklingen
Thanks for sharing the code. I complied and built the program without ros and used opencv as the image wrapper. However, I found the memory consumption jumped to over 2.1G when running GetChunkIDsIntersecting() function under chisel::integrateDepthScan() (I assume this is the main API for depthimage input, right?). Is it normal or have I done something wrong? Thanks.

@mklingen
Copy link
Collaborator

That depends on what your parameters are. I wouldn't find 2.1 G unusual at all.

@shadowver
Copy link
Author

Thanks for the replay. I will adjust the resolution and chunk size(originally 16 and 0.03 as default) to reduce the memory consumption. I do have another question if you don't mind I ask. When I ran my own dataset (depth image set that captured by Depth Sensor), the camera.ProjectPoint() is always out of range. What could be the reasons to cause such issue? Will depth image quality have such impact?(the depth images I collect do have a lot noises). Thanks.

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