Jiazhong Cen

Results 180 comments of Jiazhong Cen

Hi. Sorry for the late response. But the SAGA gui currently cannot support remote server (at least I failed). You may need x11 forwarding for this but I'm not sure...

Hi, have you installed the required package correctly? This package can be found in submodule, you may need to install it manually.

Since the SAGA GUI is implemented with Dearpygui, x11 forward is essential for visualization. However, in practice I found it hard to conduct. You can try the web GUI provided...

Of course. After run .segment() (in render.py you can find the function), the gaussian_model is the segmented 3D object(s). Then, you can simply save it as a common 3D-GS Gaussian...

Yeah. First, I haven't provided the function to store the PCA and 3D cluster results. You may need to implement it as you like since there may be many possible...

Hints: If you just want to save the PCA colors as Gaussian colors, you can just find this color in the GUI code ([l1](https://github.com/Jumpat/SegAnyGAussians/blob/96e5021f2544af95e7705f91ecd8db6bb5cba381/saga_gui.py#L561), [l2](https://github.com/Jumpat/SegAnyGAussians/blob/96e5021f2544af95e7705f91ecd8db6bb5cba381/saga_gui.py#L593)) and replace the original point...

Hi. I'm not sure. I think this may be caused by GCC, G++ version or cuda incompatible. You may try to install the package one by one to check the...

In SAGA GUI there is a slider controlling the scale. In the notebook you can also find similar parameters named as 'scale'.

你好, v2版本是不需要这个脚本的。 这个clip模型是openclip lib中自动下载的。