mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2025-04-08 15:04:14 +00:00
Merge branch 'main' into develop
This commit is contained in:
commit
44bc3b95c1
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -1,12 +1,9 @@
|
||||
[submodule "submodules/simple-knn"]
|
||||
path = submodules/simple-knn
|
||||
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"]
|
||||
path = submodules/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
|
||||
|
@ -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>
|
||||
```
|
||||
|
||||
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 → 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 → 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.
|
||||
|
||||
|
1
SIBR_viewers
Submodule
1
SIBR_viewers
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit ae39c0af8c57bbb024da3c3517ae6e96e142a498
|
Loading…
Reference in New Issue
Block a user