diff --git a/_sources/tutorials.rst.txt b/_sources/tutorials.rst.txt index 437477c6d..d335485d2 100644 --- a/_sources/tutorials.rst.txt +++ b/_sources/tutorials.rst.txt @@ -17,7 +17,6 @@ Creating High Quality Orthophotos Without any parameter tweaks, ODM chooses a good compromise between quality, speed and memory usage. If you want to get higher quality results, you need to tweak some parameters: * ``--orthophoto-resolution`` is the resolution of the orthophoto in cm/pixel. Decrease this value for a higher resolution result. - * ``--ignore-gsd`` is a flag that instructs ODM to skip certain memory and speed optimizations that directly affect the orthophoto. Using this flag will increase runtime and memory usage, but may produce sharper results. * ``--texturing-data-term`` should be set to `area` in forest areas. * ``--mesh-size`` should be increased to ``300000-600000`` and ``--mesh-octree-depth`` should be increased to ``10-11`` in urban areas to recreate better buildings / roofs. @@ -496,7 +495,7 @@ Resize droplet, pull pin, run away :: - nohup python run.py myproject --split 1 --split-overlap 0 --ignore-gsd --depthmap-resolution 1000 --orthophoto-resolution 5 --dem-resolution 15 --pc-las --dsm + nohup python run.py myproject --split 1 --split-overlap 0 --depthmap-resolution 1000 --orthophoto-resolution 5 --dem-resolution 15 --pc-las --dsm - This points ODM at the folder (in this example) ``/mnt/odmdata/myproject/``. Provided the image_groups.txt and @@ -894,9 +893,9 @@ Like with docker, additional `Options and Flags