From 2361536039f005a3e7cd9a010eaa1ce33092d226 Mon Sep 17 00:00:00 2001 From: bkerbl Date: Sun, 9 Jul 2023 19:43:29 +0200 Subject: [PATCH] Update reamde --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e5ef3..295763d 100644 --- a/README.md +++ b/README.md @@ -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. ### --rendering-size 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 Flag to load source dataset images to be displayed in the top view for each camera. @@ -357,7 +358,7 @@ SIBR has many other functionalities, please see the [documentation](https://sibr ### --path / -s Argument to override model's path to source dataset. ### --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 Flag to load source dataset images to be displayed in the top view for each camera. ### --device