mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
Parameterize model path
This commit is contained in:
parent
8165310b80
commit
8bd666207a
1 changed files with 8 additions and 0 deletions
|
@ -21,6 +21,14 @@ class ImageSegmentation(desc.AVCommandLineNode):
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
|
||||||
|
desc.File(
|
||||||
|
name="modelPath",
|
||||||
|
label="Segmentation model path",
|
||||||
|
description="Weights file for the internal model",
|
||||||
|
value="${ALICEVISION_SEMANTIC_SEGMENTATION_MODEL}",
|
||||||
|
uid=[0]
|
||||||
|
),
|
||||||
|
|
||||||
desc.ListAttribute(
|
desc.ListAttribute(
|
||||||
elementDesc=desc.StringParam(
|
elementDesc=desc.StringParam(
|
||||||
name='className',
|
name='className',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue