Parameterize model path

This commit is contained in:
Fabien SERVANT 2023-06-20 14:43:03 +02:00
parent 8165310b80
commit 8bd666207a

View file

@ -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',