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

Unable to open ply files #66

Open
no-Seaweed opened this issue May 15, 2022 · 2 comments
Open

Unable to open ply files #66

no-Seaweed opened this issue May 15, 2022 · 2 comments

Comments

@no-Seaweed
Copy link

Hi,

I am using Scannet dataset to run the train script. However, I cannot open any of the ply files from the dataset, for example scene0000_01_vh_clean_2. I have tried to either open it with Meshlab or default Windows 3D
displayer or use trimesh. They all failed. Could anyone please tell me how to process them to the version that could be accepted by atlas pipeline?

Best,
S.F

@zhouxf53
Copy link

import trimesh

tmp = PLYPATH
data = trimesh.load(tmp)
data.show()

@no-Seaweed
Copy link
Author

import trimesh

tmp = PLYPATH data = trimesh.load(tmp) data.show()

I tried, but the script complained about missing header on the line trimesh.load. Could you please share a sample ply file that you have in vim? It would be better if I can compare the difference between my version and your correct one :)

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

2 participants