mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 06:35:24 +03:00
Add warning about labelmap
This commit is contained in:
parent
94b66389d2
commit
0afb84bd52
@ -80,6 +80,14 @@ model:
|
|||||||
input_pixel_format: "bgr"
|
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.
|
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
|
```yaml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user