Skip to content

Commit 48b23f7

Browse files
committed
add some object filtering in zones
1 parent 874a0b5 commit 48b23f7

File tree

1 file changed

+14
-7
lines changed
  • kubernetes/cluster-0/apps/home/frigate/app/config

1 file changed

+14
-7
lines changed

kubernetes/cluster-0/apps/home/frigate/app/config/config.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,21 @@ cameras:
106106
height: 360
107107
width: 640
108108
fps: 10
109-
objects:
110-
filters:
111-
person:
112-
min_area: 1500
113-
max_area: 100000
114-
threshold: 0.75
115-
min_score: 0.60
109+
# objects:
110+
# filters:
111+
# person:
112+
# min_area: 1500
113+
# max_area: 100000
114+
# threshold: 0.75
115+
# min_score: 0.60
116116
zones:
117117
parking:
118+
objects:
119+
- car
118120
coordinates: 0.677,0.158,0.476,0.111,0.38,0.11,0.227,0.235,0.042,0.806,0.426,0.98,0.973,1,0.949,0.718,0.88,0.494
119121
mail:
122+
objects:
123+
- car
120124
coordinates: 0.647,0.111,0.643,0,0.786,0,0.797,0.127,0.729,0.123
121125
motion:
122126
mask:
@@ -136,6 +140,9 @@ cameras:
136140

137141
zones:
138142
walkway:
143+
objects:
144+
- person
145+
- dog
139146
coordinates: 0.598,0.266,0.229,0.269,0.154,0.998,0.851,1
140147

141148
motion:

0 commit comments

Comments
 (0)