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

Question about point_cloud.ply #1000

Open
hmlee20 opened this issue Sep 30, 2024 · 1 comment
Open

Question about point_cloud.ply #1000

hmlee20 opened this issue Sep 30, 2024 · 1 comment

Comments

@hmlee20
Copy link

hmlee20 commented Sep 30, 2024

I want to read RGB information from point_cloud.ply, which represents 3D Gaussian. Are the expressions of f_dc_0, f_dc_1, and f_dc_2 R, G, and B? Then what do you mean by the f_rest_num information?

@AsherJingkongChen
Copy link

AsherJingkongChen commented Oct 9, 2024

SH features have 3 * (1 + 3 + 5 + 7) = 48 floating numbers. The first 3 numbers are colors in RGB space. The remaining 45 features are colors in high dimensional space. Please notice the layout (there is transposing).

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