Skip to content
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

Which library are you using for visualizing the ply file from visualization folder? #32

Closed
ghost opened this issue Sep 20, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 20, 2020

Thank you for the code. I was able to execute example.sh file however when I try to use the ply file generated I get an error like
RPly: Error reading 'red' of 'vertex' number 0 ] 0% Read PLY failed: unable to read file: example_result/visualization/scene0144_00.ply PointCloud with 142719 points.

I have tried 3 different libraries,Open3d, pyntcloud, and pytorch3D (separately) to visualize the ply file but I keep on getting the same error.
I could visualize the ScanNetv2 ply data with all those 3 libraries BTW.

@Sekunde
Copy link
Owner

Sekunde commented Sep 21, 2020

Hi, we use plyData to visualize, maybe you could run this commit 9fdf7ab
to see if you can load the ply generated. I may introduce some bugs after this commit.

@Sekunde Sekunde closed this as completed Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant