Open3d: Voxel downsampling: pick one of the original points instead of the centroid

Created on 11 Aug 2018  路  2Comments  路  Source: intel-isl/Open3D

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.

enhancement

Most helpful comment

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

martinakos picture martinakos  路  4Comments

prerakmody picture prerakmody  路  3Comments

samarth-robo picture samarth-robo  路  3Comments

nrj127 picture nrj127  路  4Comments

masonsun picture masonsun  路  3Comments