charlesq34 / pointnet

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

about prepare data #150

Open programmerkiki opened 5 years ago

programmerkiki commented 5 years ago

Hi, When I sample points(use commends the function utils/data_pre_util.py/get_sampling_command provide),

pointnet-master/utils/third_party/mesh_sampling/build/pcsample ../data/my_data/veg.txt ../data/my_data/veg.ply -n_samples 2048 -leaf_size 0.005000

it occurs error like this, pointnet-master/utils/third_party/mesh_sampling/build/pcsample: No such file or directory

so can I get the file third_party/mesh_sampling/build/pcsample.

Thanks in advance.

kavnat commented 5 years ago

Which code are you using for sampling 1024 points? I couldn't find the program for this in the repo.

yiakwy commented 5 years ago

The binary is not present in the master. I assume there is a binary coded using PCL (c++). We also use PCL to process PCD data (lidar points). The flags are for c++ command line parser.

pournami123 commented 5 years ago

The mesh sampling is done in PCL