ODM 2.7.1 Update

Updated for latest ODM 2.7.1 changes, add comment to extract_strings.py to help point users to the proper config.py location/syntax
pull/132/head
Saijin Naib 2022-01-16 14:11:21 -05:00
rodzic b7d33cae8c
commit 47708c69df
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -6,6 +6,7 @@ from pathlib import Path
from string import Template
parser = argparse.ArgumentParser(description='Extract ODM strings.')
# https://raw.githubusercontent.com/OpenDroneMap/ODM/master/opendm/config.py
parser.add_argument('input', type=str,
help='URL to ODM\'s config.py')
args = parser.parse_args()

Wyświetl plik

@ -17,7 +17,7 @@ Options and Flags
:ref:`build-overviews<build-overviews>`
Build orthophoto overviews for faster display in programs such as QGIS. Default: ``False``
:ref:`camera-lens<camera-lens>` auto | perspective | brown | fisheye | spherical
:ref:`camera-lens<camera-lens>` auto | perspective | brown | fisheye | spherical | equirectangular | dual
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``
:ref:`cameras<cameras>` <json>

Wyświetl plik

@ -8,7 +8,7 @@
camera-lens
```````````
**Options:** *auto | perspective | brown | fisheye | spherical*
**Options:** *auto | perspective | brown | fisheye | spherical | equirectangular | dual*
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``