From 5bb78057f8d90457506084179be1242da3c87540 Mon Sep 17 00:00:00 2001 From: bkerbl Date: Sat, 8 Jul 2023 15:24:31 +0200 Subject: [PATCH] Single viewers submodule, updated readme --- .gitmodules | 9 +++------ README.md | 4 ++-- SIBR_viewers | 1 + 3 files changed, 6 insertions(+), 8 deletions(-) create mode 160000 SIBR_viewers diff --git a/.gitmodules b/.gitmodules index 418c7d1..2a78943 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 0858696..909aa07 100644 --- a/README.md +++ b/README.md @@ -301,10 +301,10 @@ The network viewer allows you to connect to a running training process on the sa ### Running the Real-Time Viewer After extracting or installing the viewers, you may run the compiled ```SIBR_gaussianViewer_app[_config]``` app in ```/bin```, e.g.: ```shell -.//bin/SIBR_gaussianViewer_app --model-path +.//bin/SIBR_gaussianViewer_app -m ``` -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 ```. 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 ```. 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. diff --git a/SIBR_viewers b/SIBR_viewers new file mode 160000 index 0000000..ae39c0a --- /dev/null +++ b/SIBR_viewers @@ -0,0 +1 @@ +Subproject commit ae39c0af8c57bbb024da3c3517ae6e96e142a498