Skip to content

Commit

Permalink
Add warning about labelmap
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Aug 1, 2024
1 parent 94b6638 commit 0afb84b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/configuration/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 0afb84b

Please sign in to comment.