mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[nodes] PanoramaEstimation: Update output params
This commit is contained in:
parent
c214b48aa5
commit
2bb6dbcef1
2 changed files with 7 additions and 7 deletions
|
@ -128,16 +128,16 @@ Estimate relative camera rotations between input images.
|
|||
outputs = [
|
||||
desc.File(
|
||||
name='output',
|
||||
label='Output Folder',
|
||||
description='',
|
||||
value=desc.Node.internalFolder,
|
||||
label='Output SfMData File',
|
||||
description='Path to the output sfmdata file',
|
||||
value=desc.Node.internalFolder + 'panorama.abc',
|
||||
uid=[],
|
||||
),
|
||||
desc.File(
|
||||
name='outSfMDataFilename',
|
||||
name='outputViewsAndPoses',
|
||||
label='Output SfMData File',
|
||||
description='Path to the output sfmdata file',
|
||||
value=desc.Node.internalFolder + 'sfmData.abc',
|
||||
description='''Path to the output sfmdata file with cameras (views and poses).''',
|
||||
value=desc.Node.internalFolder + 'cameras.sfm',
|
||||
uid=[],
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue