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