Skip to content

Commit

Permalink
Merge pull request #227 from SambokoHubert/align_large_datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
Saijin-Naib authored Nov 20, 2024
2 parents 2d49ecd + fce02ff commit 8e5a6af
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Then, only if you are on Windows 10 Home, Windows 8 (any version) or Windows 7 (

If you are on Windows 10 Professional or a newer version, you should install instead:

* Docker for Windows: https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe
* Docker for Windows:https://docs.docker.com/desktop/install/windows-install/

Please do **NOT** install both docker programs. They are different and will create a mess if they are both installed.

Expand Down
14 changes: 14 additions & 0 deletions source/map-accuracy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,19 @@ When previously mapped sites need revisited, OpenDroneMap can align multiple ver

Animated gif comparing two separately processed, but aligned digital surface models.

-----------------------
Aligning Large Datasets
-----------------------

When attempting to process very large datasets it may very well be the case that one needs to devide a large set of images into smaller more manageable chunks for ease of processing.This process however, may introduce some uncertainty with respect to the alignment of all the processed outputs.To make sure that all point clouds and terrain/suface models are seamlessly alighn in preparation for merging we follow the simple techniques outlined below.

**Workflow for aligning large datasets:**

#.Split the full compliment of images into manageable chunks. E.g. If you have flown and collected a total of 1000 images but you know your processor cannot handle all these images at once, you may want to devide these images into four sets of submodels with 250 images each.
#.Process the first dataset with theDigital Surface Model (DSM) option enabled.
#.Download the DSM from first dataseta in its raw-tiff format and rename it to 'align.tif'
#.Load the second dataset together with the align.tif
#.Process the second dataset (including the align.tif file)
#.Repeat until all submodels have been processed.

`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-first-contribution>`_ and help improve `this page <https://github.com/OpenDroneMap/docs/blob/publish/source/map-accuracy.rst>`_!

0 comments on commit 8e5a6af

Please sign in to comment.