mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 02:42:05 +02:00
[multiview] Use SfMData as input in MVS pipeline
This commit is contained in:
parent
f8d761c564
commit
ce25724023
7 changed files with 90 additions and 39 deletions
|
@ -9,9 +9,16 @@ class Texturing(desc.CommandLineNode):
|
|||
ram = desc.Level.INTENSIVE
|
||||
inputs = [
|
||||
desc.File(
|
||||
name='ini',
|
||||
label='MVS Configuration file',
|
||||
description='',
|
||||
name='input',
|
||||
label='Input',
|
||||
description='SfMData file.',
|
||||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
desc.File(
|
||||
name='imagesFolder',
|
||||
label='Images Folder',
|
||||
description='Use images from a specific folder instead of those specify in the SfMData file.\nFilename should be the image uid.',
|
||||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue