mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
update nav
This commit is contained in:
parent
1cbced2820
commit
5a9195c96c
@ -1,15 +1,16 @@
|
|||||||
---
|
---
|
||||||
id: objects
|
id: objects
|
||||||
title: Objects
|
title: Available Objects
|
||||||
---
|
---
|
||||||
|
|
||||||
import labels from "../../../labelmap.txt";
|
import labels from "../../../labelmap.txt";
|
||||||
|
|
||||||
Frigate includes the object models listed below from the Google Coral test data.
|
Frigate includes the object models listed below from the Google Coral test data.
|
||||||
|
|
||||||
Please note:
|
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.
|
- `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>
|
<ul>
|
||||||
{labels.split("\n").map((label) => (
|
{labels.split("\n").map((label) => (
|
||||||
|
|||||||
@ -20,6 +20,7 @@ module.exports = {
|
|||||||
Configuration: {
|
Configuration: {
|
||||||
"Configuration Files": [
|
"Configuration Files": [
|
||||||
"configuration/index",
|
"configuration/index",
|
||||||
|
"configuration/reference",
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "link",
|
||||||
label: "Go2RTC Configuration Reference",
|
label: "Go2RTC Configuration Reference",
|
||||||
@ -43,9 +44,9 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
Objects: [
|
Objects: [
|
||||||
"configuration/masks",
|
"configuration/masks",
|
||||||
|
"configuration/zones",
|
||||||
"configuration/objects",
|
"configuration/objects",
|
||||||
"configuration/stationary_objects",
|
"configuration/stationary_objects",
|
||||||
"configuration/zones",
|
|
||||||
],
|
],
|
||||||
"Extra Configuration": [
|
"Extra Configuration": [
|
||||||
"configuration/hardware_acceleration",
|
"configuration/hardware_acceleration",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user