pointnet icon indicating copy to clipboard operation
pointnet copied to clipboard

data_utils

Open LahaoWang opened this issue 6 years ago • 1 comments

Hello! I have 2 questions when i try to rebuild your project in my computer. The first is that when i run the process.py, it said "./pcl_mesh_sampling: not found". But i have install pcl. The second is that in the bash.py, it said "No module named 'data'". I don't know where the module data_utils comes from. Shall you tell me the solution? Thanks a lot!

LahaoWang avatar May 23 '18 07:05 LahaoWang

Hi, Sorry for the late response

  1. I was using PCL 1.7 for another project. If I recall correctly pcl_mesh_sampling was not available in 1.7 that is why I built 1.8 in my directory and used the compiled pcl_mesh_sampling command by executing ./pcl_mesh_sampling. Can you remove ./ and try again?
  2. Can you send a stack trace of the error?

ceteke avatar May 24 '18 14:05 ceteke