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,
|
value=False,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name='forceCpuExtraction',
|
||||||
|
label='Force CPU Extraction',
|
||||||
|
description='''Use only CPU feature extraction.''',
|
||||||
|
value=False,
|
||||||
|
uid=[],
|
||||||
|
),
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name='verboseLevel',
|
name='verboseLevel',
|
||||||
label='Verbose Level',
|
label='Verbose Level',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue