[nodes][aliceVision] remove voctree path from uid 0 computation

Avoid invalidating ImageMatching nodes when voctree path changes (i.e: Meshroom prebuilt binaries coming with an embedded voctree)
This commit is contained in:
Yann Lanthony 2018-07-06 12:08:26 +02:00
parent 0578adabe7
commit 9f2185706e
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ class ImageMatching(desc.CommandLineNode):
label='Tree',
description='Input name for the vocabulary tree file.',
value=os.environ.get('ALICEVISION_VOCTREE', ''),
uid=[0],
uid=[],
),
desc.File(
name='weights',

View file

@ -41,7 +41,7 @@ class ImageMatchingMultiSfM(desc.CommandLineNode):
label='Tree',
description='Input name for the vocabulary tree file.',
value=os.environ.get('ALICEVISION_VOCTREE', ''),
uid=[0],
uid=[],
),
desc.File(
name='weights',