mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 21:01:59 +02:00
[nodes] FeatureExtraction
: add forceCpuExtraction
param
This commit is contained in:
parent
41945158a1
commit
9689b4709f
1 changed files with 7 additions and 0 deletions
|
@ -43,6 +43,13 @@ class FeatureExtraction(desc.CommandLineNode):
|
|||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='forceCpuExtraction',
|
||||
label='Force CPU Extraction',
|
||||
description='''Use only CPU feature extraction.''',
|
||||
value=False,
|
||||
uid=[],
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='verboseLevel',
|
||||
label='Verbose Level',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue