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

Can not import large size compressed ply #189

Closed
cloudending opened this issue Sep 19, 2024 · 7 comments
Closed

Can not import large size compressed ply #189

cloudending opened this issue Sep 19, 2024 · 7 comments

Comments

@cloudending
Copy link

the compressed ply is exported from supersplat. But there are some error when I try to import it.
image

Small size ply is imported successfully. But large size ply is failed.
small ply: 24.1m
large ply: 119m

@slimbuck
Copy link
Member

Hi @cloudending ,

I am able to load 1.5GB PLY files just fine.

Are you able to send me the PLY please so I can take a look?

Thanks!

@cloudending
Copy link
Author

Hi @cloudending ,

I am able to load 1.5GB PLY files just fine.

Are you able to send me the PLY please so I can take a look?

Thanks!

download link:https://we.tl/t-9IDsS7KYHN,it is a simplied ply which only contains " x y z f_dc_0 f_dc_1 f_dc_2 opacity scale_0 scale_1 scale_2 rot_0 rot_1 rot_2 rot_3".
I try to export compressed ply from a full parameters ply which size is 2.23G. It can be imported successfully.

@slimbuck
Copy link
Member

Thanks @cloudending! I can confirm the same issue on my side. Loading the compressed file into model viewer works fine though, so it's a bug in SuperSplat.

@slimbuck
Copy link
Member

Looks like the PLY contains splats with scale of -Infinity, which isn't being handled very well.

@willeastcott
Copy link
Contributor

It makes me wonder whether some kind of PLY linter might be cool to have in SuperSplat? Or maybe a log window that outputs problems found in loaded scenes.

@slimbuck
Copy link
Member

slimbuck commented Sep 19, 2024

While I fix this issue on my end @cloudendin, I found a workaround you can use to get this to working.

The splats causing the issue are all centered at (0, 0, 0).

You can see this and then delete them as follows:

  1. Open the SPLAT DATA panel
  2. Choose Distance dropdown option, you will see there are 11k 0-size splats at the very center of the scene.
  3. Select all these splats by clicking on the bar in the SPLAT DATA panel
  4. Delete them

You can now export compressed without problem.

Screenshot 2024-09-19 at 14 27 26

@cloudending
Copy link
Author

While I fix this issue on my end @cloudendin, I found a workaround you can use to get this to working.

The splats causing the issue are all centered at (0, 0, 0).

You can see this and then delete them as follows:

  1. Open the SPLAT DATA panel
  2. Choose Distance dropdown option, you will see there are 11k 0-size splats at the very center of the scene.
  3. Select all these splats by clicking on the bar in the SPLAT DATA panel
  4. Delete them

You can now export compressed without problem.

Screenshot 2024-09-19 at 14 27 26

it works. thanks for your working

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

3 participants