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

PLY Models sourced from Lumalabs won't load. #2

Open
dzeitman opened this issue Sep 22, 2023 · 1 comment
Open

PLY Models sourced from Lumalabs won't load. #2

dzeitman opened this issue Sep 22, 2023 · 1 comment

Comments

@dzeitman
Copy link

Unable to load and render a ply export from Lumalabs.

Is there any preprocessing of ply models required?

MetalSplat.SplatError.plyNonFloatPropertyFound

file header:
Drawble size; (208.5, 298.5)
ply
format binary_little_endian 1.0
comment Created by Open3D
element vertex 1455750
Got numpoints: 1455750
property double x
property double y
property double z
property double nx
property double ny
property double nz
property uchar red
property uchar green
property uchar blue
element face 2886337
property list uchar uint vertex_indices
end_header

@cclaan
Copy link
Collaborator

cclaan commented Sep 22, 2023

The PLY files must be produced by the gaussian splat training process as they contain special per point properties. Here's a blog post with some more info on how to do it https://www.reshot.ai/3d-gaussian-splatting

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