pointnet
pointnet copied to clipboard
data_utils
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!
Hi, Sorry for the late response
- 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? - Can you send a stack trace of the error?