mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 11:37:28 +02:00
[nodes] Formatting and small fixes
This commit is contained in:
parent
9ce6588b16
commit
e27a2145b7
7 changed files with 43 additions and 42 deletions
|
@ -212,10 +212,10 @@ class CameraLocalization(desc.CommandLineNode):
|
|||
uid=[],
|
||||
),
|
||||
desc.File(
|
||||
name='outputBinary',
|
||||
label='Output Binary',
|
||||
description='''Filename for the localization results (raw data) as .bin''',
|
||||
value='{cache}/{nodeType}/{uid0}/trackedCameras.bin',
|
||||
name='outputJSON',
|
||||
label='Output JSON',
|
||||
description='''Filename for the localization results as .json''',
|
||||
value='{cache}/{nodeType}/{uid0}/trackedCameras.json',
|
||||
uid=[],
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue