kopia lustrzana https://github.com/OpenDroneMap/ODM
Merge pull request #1 from paulinus/pp-argparse-add-missing
Add missing command argument
Former-commit-id: 89b607f55e
gh-pages
commit
ae307c1bd6
5
run.py
5
run.py
|
@ -205,6 +205,11 @@ parser.add_argument('--odm_georeferencing-gcpFile',
|
|||
the following line format: \
|
||||
\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',
|
||||
action = 'store_true',
|
||||
default = False,
|
||||
|
|
Ładowanie…
Reference in New Issue