initialneil / SplattingAvatar

[CVPR2024] Official implementation of SplattingAvatar.
Other
336 stars 32 forks source link

How to use tool_show_3dgs_ply.py for visualization? #8

Closed LiuXinqi12 closed 21 hours ago

LiuXinqi12 commented 3 months ago

Hi, great work! I found that the project seems to contain code for visualizing the training results, as shown in tool_show_3dgs_ply.py, but it seems that it cannot be run directly. What is the correct way to use it? Thanks!

initialneil commented 3 months ago

tool_show_3dgs_ply.py is used to show single ply file (through SIBR_remoteGaussian_app.exe)

# "--sh_degree" should match the actual setting for training.
python tool_show_3dgs_ply.py --ply_fn /path/to/point_cloud.ply --sh_degree 0
Tiandishihua commented 2 months ago

tool_show_3dgs_ply.py is used to show single ply file (through SIBR_remoteGaussian_app.exe)

# "--sh_degree" should match the actual setting for training.
python tool_show_3dgs_ply.py --ply_fn /path/to/point_cloud.ply --sh_degree 0

With the provided IP and port, we cannot open the web page.

blacktears121 commented 21 hours ago

tool_show_3dgs_ply.py is used to show single ply file (through SIBR_remoteGaussian_app.exe)

# "--sh_degree" should match the actual setting for training.
python tool_show_3dgs_ply.py --ply_fn /path/to/point_cloud.ply --sh_degree 0

With the provided IP and port, we cannot open the web page.

Hey, any update? I got the same issue. I cannot open the web page.

initialneil commented 21 hours ago

@blacktears121 There's no web page to open. Please get familiar with the original 3DGS code first.