kopia lustrzana https://github.com/OpenDroneMap/NodeODM
Exposed rerun parameter
rodzic
1f0e49cb2d
commit
0cf514ee1a
|
@ -35,6 +35,9 @@ class ArgumentParserStub(argparse.ArgumentParser):
|
||||||
for name, value in kwargs.items():
|
for name, value in kwargs.items():
|
||||||
options[args[0]][str(name)] = str(value)
|
options[args[0]][str(name)] = str(value)
|
||||||
|
|
||||||
|
def add_mutually_exclusive_group(self):
|
||||||
|
return ArgumentParserStub()
|
||||||
|
|
||||||
odm.parser = ArgumentParserStub()
|
odm.parser = ArgumentParserStub()
|
||||||
odm.config()
|
odm.config()
|
||||||
print json.dumps(options)
|
print json.dumps(options)
|
||||||
|
|
|
@ -43,6 +43,7 @@ module.exports = {
|
||||||
if (["-h", "--project-path", "--cmvs-maxImages", "--time",
|
if (["-h", "--project-path", "--cmvs-maxImages", "--time",
|
||||||
"--zip-results", "--pmvs-num-cores",
|
"--zip-results", "--pmvs-num-cores",
|
||||||
"--start-with", "--gcp", "--end-with", "--images",
|
"--start-with", "--gcp", "--end-with", "--images",
|
||||||
|
"--rerun-all", "--rerun-from",
|
||||||
"--slam-config", "--video", "--version", "--name"].indexOf(option) !== -1) continue;
|
"--slam-config", "--video", "--version", "--name"].indexOf(option) !== -1) continue;
|
||||||
|
|
||||||
let values = json[option];
|
let values = json[option];
|
||||||
|
|
Ładowanie…
Reference in New Issue