Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like create an instance of PointCloud and compute
remove_radius_outlier
leveraging the GPU. I have a PointCloud with 150097 points and would like to downsample as little as possible, while still maintaining reasonable latency. Is there a way to use the CUDA with theopen3d.geometry
module, specifically the PointCloud class?Beta Was this translation helpful? Give feedback.
All reactions