kopia lustrzana https://github.com/OpenDroneMap/ODM
Merge pull request #1 from paulinus/pp-argparse-add-missing
Add missing command argumentpull/158/head
commit
89b607f55e
5
run.py
5
run.py
|
@ -205,6 +205,11 @@ parser.add_argument('--odm_georeferencing-gcpFile',
|
||||||
the following line format: \
|
the following line format: \
|
||||||
\neasting northing height pixelrow pixelcol imagename')
|
\neasting northing height pixelrow pixelcol imagename')
|
||||||
|
|
||||||
|
parser.add_argument('--odm_georeferencing-useGcp',
|
||||||
|
type = bool,
|
||||||
|
default = False,
|
||||||
|
help = 'set to true for enabling GCPs from the file above')
|
||||||
|
|
||||||
parser.add_argument('--zip-results',
|
parser.add_argument('--zip-results',
|
||||||
action = 'store_true',
|
action = 'store_true',
|
||||||
default = False,
|
default = False,
|
||||||
|
|
Ładowanie…
Reference in New Issue