From 08960722b7a7b983f81a1c57225f5a54f222a315 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 15 Apr 2025 10:13:51 -0500 Subject: [PATCH] attribute map --- frigate/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/const.py b/frigate/const.py index ffd1ca4068..cf04ce7b2c 100644 --- a/frigate/const.py +++ b/frigate/const.py @@ -38,6 +38,7 @@ DEFAULT_ATTRIBUTE_LABEL_MAP = { "ups", "usps", ], + "motorcycle": ["license_plate"], } LABEL_CONSOLIDATION_MAP = { "car": 0.8,