better fit for outdoor

This commit is contained in:
HappyZ 2018-02-03 14:56:58 -06:00
parent 9dc53180b7
commit 71e01db3ca
2 changed files with 3 additions and 2 deletions

View File

@ -70,7 +70,8 @@ def main():
p.add_argument(
'--cali',
nargs=2,
default=(0.9376, 558.0551),
# default=(0.9376, 558.0551), # indoor
default=(0.8927, 553.3157), # outdoor
type=float,
help="calibrate final result"
)

View File

@ -210,7 +210,7 @@ def main():
'--cali',
nargs=2,
# default=(0.9376, 558.0551), # indoor
default=(0.8324, 583.7435), # outdoor
default=(0.8927, 553.3157), # outdoor
type=float,
help="calibrate final result"
)