-
-
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
Getting cudaErrorMemoryAllocation out of memory #103
Comments
Hi, |
Hi @neka-nat |
Hi @neka-nat
|
Hi @neka-nat |
I am still investigating the problem, but I found that it was failing to allocate memory during flann tree construction. |
Hi @neka-nat |
Hi
This library is awesome! Thank you, author.
I am working on big-size point clouds (in ply format). I am trying this code (https://github.com/neka-nat/cupoch/blob/master/examples/python/advanced/pointcloud_outlier_removal.py) to filter point cloud noises. On a few MBs or around 1Gbs size point cloud file works like a charm.
But when I try on a bigger point cloud file(5GB - approx 97million points) then I after remove_statistical_outlier I am getting cudaErrorMemoryAllocation out of memory.
I really wanted to use this library as it is much faster than other alternatives.
Can you help me with how to solve this issue?
I really appreciate this. Thank you again in advance!!
P.S.
System:
Ubuntu 20.04
RTX3090 24GB
I installed cupoch using pip
The text was updated successfully, but these errors were encountered: