Merge branch 'main' into develop

This commit is contained in:
bkerbl 2023-07-08 15:24:58 +02:00
commit 44bc3b95c1
3 changed files with 5 additions and 7 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

@ -321,7 +321,7 @@ After extracting or installing the viewers, you may run the compiled ```SIBR_gau
./<SIBR install dir>/bin/SIBR_gaussianViewer_app -m <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