Skip to content

Commit

Permalink
Update objects.mdx
Browse files Browse the repository at this point in the history
Mention that `person` is the only tracked object by default. Minor reformat.
  • Loading branch information
hcooper authored and blakeblackshear committed Dec 1, 2021
1 parent 26ae608 commit 998921a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docs/configuration/objects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ title: Objects

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>
{labels.split("\n").map((label) => (
Expand Down

0 comments on commit 998921a

Please sign in to comment.