-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Scalable tsdf integration: parallel_for failed: cudaErrorMemoryAllocation: out of memory #12
Comments
Hi @Apeiria , Thank you for reporting. |
Thank for your reply! Looking forward to your next version. |
Hi, |
Is it necessary to store indices? I think the (x,y,z) index of a voxel can be derived from its index in the vector. |
Hi, Your suggestion is correct. |
Hello,
I tried the ScalableTSDF integration and got this error:
terminate called after throwing an instance of 'thrust::system::system_error' what(): parallel_for failed: cudaErrorMemoryAllocation: out of memory Aborted (core dumped)
I thought it was a little bit strange because it took a lot more memory than UniformTSDF, which worked with about 4GB, and my graphics card has 8GB in total.
I've tried to play with the parameters like making the voxel size larger, but I always got the same error.
Below is the code I'm trying to run.
Thanks for your great work and any help you can offer.
The text was updated successfully, but these errors were encountered: