Преглед изворни кода

Single viewers submodule, updated readme

bkerbl пре 2 година
родитељ
комит
5bb78057f8
3 измењених фајлова са 6 додато и 8 уклоњено
  1. 3 6
      .gitmodules
  2. 2 2
      README.md
  3. 1 0
      SIBR_viewers

+ 3 - 6
.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

+ 2 - 2
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 ```<SIBR install dir>/bin```, e.g.: 
 ```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.
 

+ 1 - 0
SIBR_viewers

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