davidcaron / pclpy

Python bindings for the Point Cloud Library (PCL)
MIT License
422 stars 59 forks source link

How to load or read .pcd or .ply format file using pclpy? (ValueError: Can't guess filetype from extension ('pcd')) #85

Open hddaghigh opened 3 years ago

cyy280113999 commented 3 years ago

an example : plyreader = pclpy.pcl.io.PLYReader() pc = pclpy.pcl.PointCloud.PointXYZ() plyreader.read("teapot.ply", pc)