mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-21 18:47:17 +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=[],
|
uid=[],
|
||||||
advanced=True,
|
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(
|
desc.ChoiceParam(
|
||||||
name='verboseLevel',
|
name='verboseLevel',
|
||||||
label='Verbose Level',
|
label='Verbose Level',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue