You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: