naurril / SUSTechPOINTS

3D Point Cloud Annotation Platform for Autonomous Driving
GNU General Public License v3.0
785 stars 206 forks source link

ply file format #107

Closed ankhbayar479 closed 1 year ago

ankhbayar479 commented 1 year ago

Thanks for your excellent work. I have some ply files. Is it possible to annotate these files in SUS environment? If so, could you explain how? I am so new to this kind of work. I would appreciate if you explain it well. Thank you very much.

naurril commented 1 year ago

This tool supports only binary and PCD files. You can try to convert ply to pcd. the PCL library has a program named pcl_ply2pcd

ankhbayar479 commented 1 year ago

@naurril Thank you so much for your reply. It worked like a charm.