From e407cc2c7337aa971c1b9ab971baa8484a425b12 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 16 Oct 2024 13:33:22 -0600 Subject: [PATCH] Update default attributes map --- frigate/const.py | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/frigate/const.py b/frigate/const.py index ad1aacd0f..c83b10e73 100644 --- a/frigate/const.py +++ b/frigate/const.py @@ -17,7 +17,21 @@ PLUS_API_HOST = "https://api.frigate.video" DEFAULT_ATTRIBUTE_LABEL_MAP = { "person": ["amazon", "face"], - "car": ["amazon", "fedex", "license_plate", "ups"], + "car": [ + "amazon", + "an_post", + "dhl", + "dpd", + "fedex", + "gls", + "license_plate", + "nzpost", + "postnl", + "postnord", + "purolator", + "ups", + "usps", + ], } LABEL_CONSOLIDATION_MAP = { "car": 0.8,