-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to convert the .ply file of the PCN dataset into a .pcd file #2
Comments
Open your terminal, then "pcl_ply2pcd -h xxx.ply xxx.pcd" to convert ply to pcd using pcl lib. |
There are multiple ply files with the same name, such as xxx_1.ply, xxx_2.ply, xxx_3.ply. If they are directly converted into pcd files, the SPM module still cannot read them. |
But there are files with the same name inside such as xx_1.ply, xx_2.ply, xx_3.ply, etc. How should I deal with them? |
I'm having the same problem as you. Have you solved this problem? Besides, I would like to know how the data is organized. If you can give me some information, I would appreciate it. |
How to convert the .ply file of the PCN dataset into a .pcd file.Because when doing seh training, the input requirement of sest.py is a .pcd file, but after the PCN dataset is downloaded, it is a .ply file
The text was updated successfully, but these errors were encountered: