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 final representation of the code #118

Open
Lydiatingting opened this issue Oct 24, 2024 · 1 comment
Open

the final representation of the code #118

Lydiatingting opened this issue Oct 24, 2024 · 1 comment

Comments

@Lydiatingting
Copy link

Hello! I want to ask, will the ply file be generated after the "python saga_gui.py --model_path <path to the pre-trained 3DGS model>" step? I also want to ask, what is the final representation of the code after it has run? “python render.py -m <path to the pre-trained 3DGS model> --precomputed_mask --target scene --segment
"Will the code re-produce the point cloud after running, why do I only have pictures?"

@Jumpat
Copy link
Owner

Jumpat commented Dec 4, 2024

Yeah. Rendering the results can only get images. In the SAGA GUI, it generate a 0-1 bitmap, which depict the Gaussians belong to the target of interest. The point cloud (3D Gaussians) is still stored in the original 3D-GS model. You can use the bitmap to cut off the original Gaussian model to get the target.

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