mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-23 14:06:28 +02:00
option for gpu in segmentation
This commit is contained in:
parent
3f25e36a75
commit
4e5e3b561b
1 changed files with 7 additions and 0 deletions
|
@ -57,6 +57,13 @@ Generate a mask with segmented labels for each pixel.
|
||||||
value=False,
|
value=False,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name="useGpu",
|
||||||
|
label="Use GPU",
|
||||||
|
description="Use GPU for computation if available",
|
||||||
|
value=True,
|
||||||
|
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