diff --git a/README.md b/README.md index c3c0042..9ecea0d 100644 --- a/README.md +++ b/README.md @@ -292,14 +292,14 @@ If you receive a build error related to ```libglfw```, locate its library direct The SIBR interface provides several methods of navigating the scene. By default, you will be started with an FPS navigator, which you can control with ```W, A, S, D``` for camera translation and ```Q, E, I, K, J, L``` for rotation. Alternatively, you may want to use a Trackball-style navigator (select from the floating menu). You can also snap to a camera from the data set with the ```Snap to``` button or find the closest camera with ```Snap to closest```. The floating menues also allow you to change the navigation speed. You can use the ```Scaling Modifier``` to control the size of the displayed Gaussians, or show the initial point cloud. ### Running the Network Viewer -You may run the compiled ```SIBR_remoteGaussian_app[_config]``` either by opening the build in your C++ development IDE or by running the installed app in ```install/bin```, e.g.: +You may run the compiled ```SIBR_remoteGaussian_app[_config]``` either by opening the build in your C++ development IDE or by running the installed app in ```/bin```, e.g.: ```shell .//bin/SIBR_remoteGaussian_app ``` The network viewer allows you to connect to a running training process on the same or a different machine. If you are training on the same machine and OS, no command line parameters should be required: the optimizer communicates the location of the training data to the network viewer. By default, optimizer and network viewer will try to establish a connection on **localhost** on port **6009**. You can change this behavior by providing matching ```--ip``` and ```--port``` parameters to both the optimizer and the network viewer. If for some reason the path used by the optimizer to find the training data is not reachable by the network viewer (e.g., due to them running on different (virtual) machines), you may specify an override location to the viewer by using ```--path ```. ### Running the Real-Time Viewer -You may run the compiled ```SIBR_gaussianViewer_app[_config]``` either by opening the build in your C++ development IDE or by running the installed app in ```install/bin```, e.g.: +You may run the compiled ```SIBR_gaussianViewer_app[_config]``` either by opening the build in your C++ development IDE or by running the installed app in ```/bin```, e.g.: ```shell .//bin/SIBR_gaussianViewer_app --model-path ``` diff --git a/SIBR_viewers_linux b/SIBR_viewers_linux index 44184da..b53aed2 160000 --- a/SIBR_viewers_linux +++ b/SIBR_viewers_linux @@ -1 +1 @@ -Subproject commit 44184daf8bdbbf66e2f646495c5558734c892eb2 +Subproject commit b53aed21c57b281501eebe7ab647be33277cf1bf