Update reamde

This commit is contained in:
bkerbl 2023-07-09 19:43:29 +02:00
parent 4990f11a9a
commit 2361536039

View File

@ -324,6 +324,7 @@ The network viewer allows you to connect to a running training process on the sa
Port to use for connection to a running training script. Port to use for connection to a running training script.
### --rendering-size ### --rendering-size
Takes two space separated numbers to define the resolution at which network rendering occurs, ```1200``` width by default. Takes two space separated numbers to define the resolution at which network rendering occurs, ```1200``` width by default.
Note that to enforce an aspect that differs from the input images, you need ```--force-aspect-ratio``` too.
### --load_images ### --load_images
Flag to load source dataset images to be displayed in the top view for each camera. Flag to load source dataset images to be displayed in the top view for each camera.
</details> </details>
@ -357,7 +358,7 @@ SIBR has many other functionalities, please see the [documentation](https://sibr
### --path / -s ### --path / -s
Argument to override model's path to source dataset. Argument to override model's path to source dataset.
### --rendering-size ### --rendering-size
Takes two space separated numbers to define the resolution at which real-time rendering occurs, ```1200``` width by default. Takes two space separated numbers to define the resolution at which real-time rendering occurs, ```1200``` width by default. Note that to enforce an aspect that differs from the input images, you need ```--force-aspect-ratio``` too.
### --load_images ### --load_images
Flag to load source dataset images to be displayed in the top view for each camera. Flag to load source dataset images to be displayed in the top view for each camera.
### --device ### --device