From 3987c75224e2f4f44554a54ac7d7b01483375bf8 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 28 Sep 2024 07:40:25 -0600 Subject: [PATCH] Fix check --- frigate/detectors/detector_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/detectors/detector_config.py b/frigate/detectors/detector_config.py index a44167ba3..bc0a0ff11 100644 --- a/frigate/detectors/detector_config.py +++ b/frigate/detectors/detector_config.py @@ -44,7 +44,7 @@ class ModelConfig(BaseModel): default_factory=dict, title="Labelmap customization." ) attributes_map: Dict[str, list[str]] = Field( - default=ATTRIBUTE_LABEL_MAP, + default=DEFAULT_ATTRIBUTE_LABEL_MAP, title="Map of object labels to their attribute labels.", ) input_tensor: InputTensorEnum = Field(