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

The possibility to use a nerfstudio trained gaussian splat #4

Open
abrahamezzeddine opened this issue Jun 20, 2024 · 1 comment
Open

Comments

@abrahamezzeddine
Copy link

abrahamezzeddine commented Jun 20, 2024

Hello,

I am wondering if it is possible to use an already trained nerfstudio splat instead of having to train a gaussian splatting with this model and append/export the semantic segmentation into another splat model or something like that?

Nerfstudio creates a COLMAP structure as well as a finished .ply file.

The splat model has following attributes, which I assume are similar to the original 3DGS model?

ply
format binary_little_endian 1.0
element vertex 2057971
property float x
property float y
property float z
property float nx
property float ny
property float nz
property float f_dc_0
property float f_dc_1
property float f_dc_2
property float f_rest_0
property float f_rest_1
property float f_rest_2
property float f_rest_3
property float f_rest_4
property float f_rest_5
property float f_rest_6
property float f_rest_7
property float f_rest_8
property float f_rest_9
property float f_rest_10
property float f_rest_11
property float f_rest_12
property float f_rest_13
property float f_rest_14
property float f_rest_15
property float f_rest_16
property float f_rest_17
property float f_rest_18
property float f_rest_19
property float f_rest_20
property float f_rest_21
property float f_rest_22
property float f_rest_23
property float f_rest_24
property float f_rest_25
property float f_rest_26
property float f_rest_27
property float f_rest_28
property float f_rest_29
property float f_rest_30
property float f_rest_31
property float f_rest_32
property float f_rest_33
property float f_rest_34
property float f_rest_35
property float f_rest_36
property float f_rest_37
property float f_rest_38
property float f_rest_39
property float f_rest_40
property float f_rest_41
property float f_rest_42
property float f_rest_43
property float f_rest_44
property float opacity
property float scale_0
property float scale_1
property float scale_2
property float rot_0
property float rot_1
property float rot_2
property float rot_3
end_header
@OceanYing
Copy link
Owner

Sure, it's a good idea. I will try to add this function later to let OmniSeg3D-GS use the available Gaussian splat file.

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