From 0afb84bd52564c2e3d21d7f8ec1af0bbfb054c83 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 1 Aug 2024 16:49:18 -0600 Subject: [PATCH] Add warning about labelmap --- docs/docs/configuration/advanced.md | 8 ++++++++ docs/docs/configuration/{objects.mdx => objects.md} | 0 2 files changed, 8 insertions(+) rename docs/docs/configuration/{objects.mdx => objects.md} (100%) diff --git a/docs/docs/configuration/advanced.md b/docs/docs/configuration/advanced.md index 37a3b5ceb..b237d4b66 100644 --- a/docs/docs/configuration/advanced.md +++ b/docs/docs/configuration/advanced.md @@ -80,6 +80,14 @@ model: input_pixel_format: "bgr" ``` +#### `labelmap` + +:::warning + +If the labelmap is customized then the labels used for alerts will need to be adjusted as well. See [alert labels](../configuration/review.md#restricting-alerts-to-specific-labels) for more info. + +::: + The labelmap can be customized to your needs. A common reason to do this is to combine multiple object types that are easily confused when you don't need to be as granular such as car/truck. By default, truck is renamed to car because they are often confused. You cannot add new object types, but you can change the names of existing objects in the model. ```yaml diff --git a/docs/docs/configuration/objects.mdx b/docs/docs/configuration/objects.md similarity index 100% rename from docs/docs/configuration/objects.mdx rename to docs/docs/configuration/objects.md