We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f25e36 commit 4e5e3b5Copy full SHA for 4e5e3b5
meshroom/nodes/aliceVision/ImageSegmentation.py
@@ -57,6 +57,13 @@ class ImageSegmentation(desc.AVCommandLineNode):
57
value=False,
58
uid=[0],
59
),
60
+ desc.BoolParam(
61
+ name="useGpu",
62
+ label="Use GPU",
63
+ description="Use GPU for computation if available",
64
+ value=True,
65
+ uid=[],
66
+ ),
67
desc.ChoiceParam(
68
name="verboseLevel",
69
label="Verbose Level",
0 commit comments