charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Other
4.64k stars 1.45k forks source link

Downsampling point clouds to specific number of points #237

Open goog opened 4 years ago

goog commented 4 years ago

how to downsample point cloud to 1024 points?

dhirajsuvarna commented 4 years ago

you can use pcl_mesh_sampling.exe from PCL library - http://www.pointclouds.org/

Also, while asking the questions, please be as discriptive as possible. Please understand that the author or any of the person who would want to help you do not know what you are doing.