Rong Liu
Rong Liu
It requires two separate terminals. 1. A terminal for this Interactive Viewer 1. Another terminal runs the project scripts. What you are showing indicates you have opened the viewer correctly,...
``` -m ``` It includes - point_cloud (A folder) - camera.json - etc. Do not take out the .ply file.
Could you print all the information showed in both terminals when you got stuck? Also screen shot two folders that are input to -s and -m.
Try: ``` pip install setuptools=69.0.0 ```
**Compile the Viewer from GS Monitor:** Ensure that you compile the viewer from [GS Monitor](https://github.com/RongLiu-Leo/Gaussian-Splatting-Monitor). Note that the viewer from the original 3DGS may not be compatible with 2DGS. **How...
This [PR ](https://github.com/nerfstudio-project/nerfview/pull/26) works well for current logic. Please have a look. It performs better compared to current logic, but sometimes still jumps given a high FPS. See the PR...
Another practice is that only do the opacity regularization during densification to make distribution preserved. Otherwise the scene looks too transparent at the end. Cancelling this regularization won't hurt the...