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

Keys Comparison with Vanilla GS #18

Open
umarkhalidAI opened this issue Jan 12, 2024 · 2 comments
Open

Keys Comparison with Vanilla GS #18

umarkhalidAI opened this issue Jan 12, 2024 · 2 comments

Comments

@umarkhalidAI
Copy link

I am trying to render on a webbased tool which expect the following keys from the original GS .ply file.

color = np.array( [ 0.5 + SH_C0 * v["f_dc_0"], 0.5 + SH_C0 * v["f_dc_1"], 0.5 + SH_C0 * v["f_dc_2"], 1 / (1 + np.exp(-v["opacity"])), ] )
Can you please comment what are the alternative keys in the .ply file saved by your method as I couldn't find the following (property float f_dc_0
property float f_dc_1
property float f_dc_2 )keys in your method's .ply file?

@inspirelt
Copy link
Collaborator

Hi, our method generates the RGB format color using MLP according to the feature and observation view. So, the .ply file does not store the f_dc_*. You can refer to Ours and 3DGS.

@umarkhalidAI
Copy link
Author

Can you suggest what changes do I need to make in the following code (line 32-38) https://github.com/antimatter15/splat/blob/main/convert.py

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