mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-19 17:47:25 +02:00
[nodes] DepthMap: add nbGPUs param
This commit is contained in:
parent
6f1bcaa23e
commit
c27336c9be
1 changed files with 9 additions and 0 deletions
|
@ -174,6 +174,15 @@ class DepthMap(desc.CommandLineNode):
|
|||
uid=[],
|
||||
advanced=True,
|
||||
),
|
||||
desc.IntParam(
|
||||
name='nbGPUs',
|
||||
label='Number of GPUs',
|
||||
description='Number of GPUs to use (0 means use all available GPUs).',
|
||||
value=0,
|
||||
range=(0, 5, 1),
|
||||
uid=[],
|
||||
advanced=True,
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='verboseLevel',
|
||||
label='Verbose Level',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue