Merge pull request #8 from OpenDroneMap/publish

Pull in hot fixes
pull/30/head
Stephen Mather 2019-09-28 18:22:32 -04:00 zatwierdzone przez GitHub
commit 4c71419585
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 12 dodań i 6 usunięć

Wyświetl plik

@ -50,6 +50,12 @@ Arguments::
--use-fixed-camera-params
Turn off camera parameter optimization during bundler
Off by default unless --camera parameter used
--camera-lens <string>
Can be one of auto | perspective | brown | fisheye | spherical
Set a camera projection type. Manually setting a value
can help improve geometric undistortion. By default the application
tries to determine a lens type from the images metadata.
Default: auto
--max-concurrency <positive integer>
The maximum number of processes to use in various
processes. Peak memory requirement is ~1GB per thread
@ -280,4 +286,4 @@ Arguments::
Default: all
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/using.rst>`_
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/using.rst>`_

Wyświetl plik

@ -12,7 +12,7 @@ Point Cloud
:alt: image of OpenDroneMap derived point cloud
:align: center
*Point cloud over State University Zanzibar, courtesy of Khadija Abdullah Ali*
*Point cloud over State University Zanzibar, courtesy of* `Khadija Abdullah Ali <https://www.linkedin.com/in/khadija-abdulla-ali-56b4044a/>`_
3D Textured Model
@ -27,7 +27,7 @@ You can access the point cloud and textured meshes using MeshLab. Open MeshLab,
:alt: image of OpenDroneMap derived textured mesh
:align: center
*Textured mesh over State University Zanzibar, courtesy of Khadija Abdullah Ali*
*Textured mesh over State University Zanzibar, courtesy of* `Khadija Abdullah Ali <https://www.linkedin.com/in/khadija-abdulla-ali-56b4044a/>`_
Orthophoto
^^^^^^^^^^
@ -40,7 +40,7 @@ Orthophoto
:alt: image of OpenDroneMap orthophoto
:align: center
*Orthophoto over State University Zanzibar, courtesy of Khadija Abdullah Ali*
*Orthophoto over State University Zanzibar, courtesy of* `Khadija Abdullah Ali <https://www.linkedin.com/in/khadija-abdulla-ali-56b4044a/>`_
DTM/DSM
^^^^^^^
@ -56,7 +56,7 @@ Data will be stored in:
:alt: image of OpenDroneMap derived digital surface model
:align: center
*Digital surface model over State University Zanzibar, courtesy of Khadija Abdullah Ali*
*Digital surface model over State University Zanzibar, courtesy of* `Khadija Abdullah Ali <https://www.linkedin.com/in/khadija-abdulla-ali-56b4044a/>`_
List of all outputs
^^^^^^^^^^^^^^^^^^^

Wyświetl plik

@ -234,4 +234,4 @@ Now we are logged into our docker instance and can explore the machine.
Cleaning up after Docker
------------------------
Docker has a lamentable use of space and by default does not clean up excess data and machines when processes are complete. This can be advantageous if we need to access a process that has since terminated, but carries the burden of using increasing amounts of storage over time. The Maciej Łebkowski has an `excellent overview of how to manage excess disk usage in docker <https://lebkowski.name/docker-volumes/>`_.
Docker has a lamentable use of space and by default does not clean up excess data and machines when processes are complete. This can be advantageous if we need to access a process that has since terminated, but carries the burden of using increasing amounts of storage over time. Maciej Łebkowski has an `excellent overview of how to manage excess disk usage in docker <https://lebkowski.name/docker-volumes/>`_.