better fit for outdoor
This commit is contained in:
parent
9dc53180b7
commit
71e01db3ca
|
|
@ -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"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue