mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +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],
|
||||
),
|
||||
|
||||
desc.File(
|
||||
name="modelPath",
|
||||
label="Segmentation model path",
|
||||
description="Weights file for the internal model",
|
||||
value="${ALICEVISION_SEMANTIC_SEGMENTATION_MODEL}",
|
||||
uid=[0]
|
||||
),
|
||||
|
||||
desc.ListAttribute(
|
||||
elementDesc=desc.StringParam(
|
||||
name='className',
|
||||
|
|
Loading…
Add table
Reference in a new issue