Single viewers submodule, updated readme

This commit is contained in:
bkerbl 2023-07-08 15:24:31 +02:00
parent 0327061ffd
commit 5bb78057f8
3 changed files with 6 additions and 8 deletions

9
.gitmodules vendored
View File

@ -1,12 +1,9 @@
[submodule "submodules/simple-knn"] [submodule "submodules/simple-knn"]
path = submodules/simple-knn path = submodules/simple-knn
url = https://gitlab.inria.fr/bkerbl/simple-knn.git url = https://gitlab.inria.fr/bkerbl/simple-knn.git
[submodule "SIBR_viewers_windows"]
path = SIBR_viewers_windows
url = https://gitlab.inria.fr/sibr/sibr_core.git
[submodule "SIBR_viewers_linux"]
path = SIBR_viewers_linux
url = https://gitlab.inria.fr/sibr/sibr_core.git
[submodule "submodules/diff-gaussian-rasterization"] [submodule "submodules/diff-gaussian-rasterization"]
path = submodules/diff-gaussian-rasterization path = submodules/diff-gaussian-rasterization
url = https://github.com/graphdeco-inria/diff-gaussian-rasterization url = https://github.com/graphdeco-inria/diff-gaussian-rasterization
[submodule "SIBR_viewers"]
path = SIBR_viewers
url = https://gitlab.inria.fr/sibr/sibr_core

View File

@ -301,10 +301,10 @@ The network viewer allows you to connect to a running training process on the sa
### Running the Real-Time Viewer ### Running the Real-Time Viewer
After extracting or installing the viewers, you may run the compiled ```SIBR_gaussianViewer_app[_config]``` app in ```<SIBR install dir>/bin```, e.g.: After extracting or installing the viewers, you may run the compiled ```SIBR_gaussianViewer_app[_config]``` app in ```<SIBR install dir>/bin```, e.g.:
```shell ```shell
./<SIBR install dir>/bin/SIBR_gaussianViewer_app --model-path <path to trained model> ./<SIBR install dir>/bin/SIBR_gaussianViewer_app -m <path to trained model>
``` ```
It should suffice to provide the ```--model-path``` parameter pointing to a trained model directory. Alternatively, you can specify an override location for training input data using ```--path```. To use a specific resolution other than the auto-chosen one, specify ```--rendering-size <width> <height>```. To unlock the full frame rate, please disable V-Sync on your machine and also in the application (Menu &rarr; Display). It should suffice to provide the ```--model-path``` parameter pointing to a trained model directory. Alternatively, you can specify an override location for training input data using ```-s```. To use a specific resolution other than the auto-chosen one, specify ```--rendering-size <width> <height>```. To unlock the full frame rate, please disable V-Sync on your machine and also in the application (Menu &rarr; Display).
In addition to the intial point cloud and the splats, you also have the option to visualize the Gaussians by rendering them as ellipsoids from the floating menu. In addition to the intial point cloud and the splats, you also have the option to visualize the Gaussians by rendering them as ellipsoids from the floating menu.

1
SIBR_viewers Submodule

@ -0,0 +1 @@
Subproject commit ae39c0af8c57bbb024da3c3517ae6e96e142a498