mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[nodes] FeatureExtraction
: forceCpuExtraction
true by default
This commit is contained in:
parent
66b15e171b
commit
28832593bb
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class FeatureExtraction(desc.CommandLineNode):
|
|||
name='forceCpuExtraction',
|
||||
label='Force CPU Extraction',
|
||||
description='''Use only CPU feature extraction.''',
|
||||
value=False,
|
||||
value=True,
|
||||
uid=[],
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue