Is there a way to downsample such that the point generated by each voxel is one of the points occupying it and not the centroid of those points? The current API does not seem to support this.
Hi @tejaskhot. Thanks for the great question!
We actually have an implementation for this request. It was for tangent convolution project that builds index maps used for pooling and unpooling. The additional class can be found here.
I am working on several compilation issues, but will handle this soon.
Update: working branch https://github.com/syncle/Open3D/tree/down_sample_index
Most helpful comment
Update: working branch https://github.com/syncle/Open3D/tree/down_sample_index