From 998921ae63a0103e0de22092d6ec0a1991da0c7a Mon Sep 17 00:00:00 2001 From: hcooper Date: Sun, 28 Nov 2021 23:08:27 -0800 Subject: [PATCH] Update objects.mdx Mention that `person` is the only tracked object by default. Minor reformat. --- docs/docs/configuration/objects.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/objects.mdx b/docs/docs/configuration/objects.mdx index fd42a4399..1d236bf42 100644 --- a/docs/docs/configuration/objects.mdx +++ b/docs/docs/configuration/objects.mdx @@ -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.