Skip to content

Commit c1013ec

Browse files
purge ignore-gsd
1 parent e53eda5 commit c1013ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/tutorials.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ Resize droplet, pull pin, run away
495495

496496
::
497497

498-
nohup python run.py myproject --split 1 --split-overlap 0 --ignore-gsd --depthmap-resolution 1000 --orthophoto-resolution 5 --dem-resolution 15 --pc-las --dsm
498+
nohup python run.py myproject --split 1 --split-overlap 0 --depthmap-resolution 1000 --orthophoto-resolution 5 --dem-resolution 15 --pc-las --dsm
499499

500500
- This points ODM at the folder (in this example)
501501
``/mnt/odmdata/myproject/``. Provided the image_groups.txt and
@@ -893,9 +893,9 @@ Like with docker, additional `Options and Flags <https://docs.opendronemap.org/a
893893
894894
singularity run --bind /my/project:/datasets/code \
895895
--writable-tmpfs odm_latest.sif \
896-
--orthophoto-png --mesh-octree-depth 12 --ignore-gsd --dtm \
896+
--orthophoto-png --mesh-octree-depth 12 --dtm \
897897
--smrf-threshold 0.4 --smrf-window 24 --dsm --pc-csv --pc-las --orthophoto-kmz \
898-
--ignore-gsd --matcher-type flann --feature-quality ultra --max-concurrency 16 \
898+
--matcher-type flann --feature-quality ultra --max-concurrency 16 \
899899
--use-hybrid-bundle-adjustment --build-overviews --time --min-num-features 10000 \
900900
--project-path /datasets
901901

0 commit comments

Comments
 (0)