pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

Batched convex hull on GPU

Open enyen opened this issue 4 years ago • 1 comments

🚀 Feature

Batched Convex Hull on GPU

Motivation

It would be great if I could compute batched point cloud convex hull directly on GPU. I'm always frustrated when I have to loop through the batch and compute convex hull one-by-one on CPU using trimesh.convex or scipy.spatial.convexhull.

Pitch

Convex hull could be useful for point cloud segmentation, part features learning and more. One of the open source method is ghull; hope that it can be implemented in pytorch3d. Thanks.

enyen avatar Jun 08 '21 11:06 enyen

Thanks for suggesting this feature. We will look into it.

nikhilaravi avatar Jun 08 '21 15:06 nikhilaravi