update nav

This commit is contained in:
Blake Blackshear 2024-01-28 19:41:58 -06:00
parent 1cbced2820
commit 5a9195c96c
2 changed files with 7 additions and 5 deletions

View File

@ -1,15 +1,16 @@
---
id: objects
title: Objects
title: Available Objects
---
import labels from "../../../labelmap.txt";
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](index.md#full-configuration-reference) for an example of expanding the list of tracked objects.
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](index.md#full-configuration-reference) for an example of expanding the list of tracked objects.
<ul>
{labels.split("\n").map((label) => (

View File

@ -20,6 +20,7 @@ module.exports = {
Configuration: {
"Configuration Files": [
"configuration/index",
"configuration/reference",
{
type: "link",
label: "Go2RTC Configuration Reference",
@ -43,9 +44,9 @@ module.exports = {
],
Objects: [
"configuration/masks",
"configuration/zones",
"configuration/objects",
"configuration/stationary_objects",
"configuration/zones",
],
"Extra Configuration": [
"configuration/hardware_acceleration",