kopia lustrzana https://github.com/OpenDroneMap/ODM
rodzic
b81baf821c
commit
90f65ff945
|
@ -577,8 +577,9 @@ def config():
|
||||||
parser.add_argument('--force-gps',
|
parser.add_argument('--force-gps',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
default=False,
|
default=False,
|
||||||
help=('Use images\' gps exif data for reconstruction, even if there are gcps present.'
|
help=('Use images\' GPS exif data for reconstruction, even if there are GCPs present.'
|
||||||
'This flag is useful if you have high precision gps measurements.'))
|
'This flag is useful if you have high precision GPS measurements. '
|
||||||
|
'If there are no GCPs, this flag does nothing. Default: %(default)s'))
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue