Skip to content

Commit

Permalink
fix example config
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Aug 9, 2020
1 parent 469259d commit 194baae
Showing 1 changed file with 25 additions and 27 deletions.
52 changes: 25 additions & 27 deletions config/config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,34 +73,32 @@ zones:
# Name of the zone
################
front_steps:
cameras:
front_door:
####################
# For each camera, a list of x,y coordinates to define the polygon of the zone. The top
# left corner is 0,0. Can also be a comma separated string of all x,y coordinates combined.
# The same zone can exist across multiple cameras if they have overlapping FOVs.
# An object is determined to be in the zone based on whether or not the bottom center
# of it's bounding box is within the polygon. The polygon must have at least 3 points.
# Coordinates can be generated at https://www.image-map.net/
####################
coordinates:
- 545,1077
- 747,939
- 788,805
################
# Zone level object filters. These are applied in addition to the global and camera filters
# and should be more restrictive than the global and camera filters. The global and camera
# filters are applied upstream.
################
filters:
person:
min_area: 5000
max_area: 100000
threshold: 0.8
front_door:
####################
# For each camera, a list of x,y coordinates to define the polygon of the zone. The top
# left corner is 0,0. Can also be a comma separated string of all x,y coordinates combined.
# The same zone can exist across multiple cameras if they have overlapping FOVs.
# An object is determined to be in the zone based on whether or not the bottom center
# of it's bounding box is within the polygon. The polygon must have at least 3 points.
# Coordinates can be generated at https://www.image-map.net/
####################
coordinates:
- 545,1077
- 747,939
- 788,805
################
# Zone level object filters. These are applied in addition to the global and camera filters
# and should be more restrictive than the global and camera filters. The global and camera
# filters are applied upstream.
################
filters:
person:
min_area: 5000
max_area: 100000
threshold: 0.8
driveway:
cameras:
front_door:
coordinates: 545,1077,747,939,788,805
front_door:
coordinates: 545,1077,747,939,788,805
yard:

cameras:
Expand Down

0 comments on commit 194baae

Please sign in to comment.