mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-01-07 00:06:57 +01:00
Update objects.mdx
Mention that `person` is the only tracked object by default. Minor reformat.
This commit is contained in:
parent
26ae6084ea
commit
998921ae63
@ -5,7 +5,11 @@ title: Objects
|
|||||||
|
|
||||||
import labels from "../../../labelmap.txt";
|
import labels from "../../../labelmap.txt";
|
||||||
|
|
||||||
By default, Frigate includes the following object models from the Google Coral test data. Note that `car` is listed twice because `truck` has been renamed to `car` by default. These object types are frequently confused.
|
Frigate includes the object models listed below from the Google Coral test data.
|
||||||
|
|
||||||
|
Please note:
|
||||||
|
- `car` is listed twice because `truck` has been renamed to `car` by default. These object types are frequently confused.
|
||||||
|
- `person` is the only tracked object by default. See the [full configuration reference](https://docs.frigate.video/configuration/index#full-configuration-reference) for an example of expanding the list of tracked objects.
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{labels.split("\n").map((label) => (
|
{labels.split("\n").map((label) => (
|
||||||
|
Loading…
Reference in New Issue
Block a user