make the threshold configurable per region. fixes #31

This commit is contained in:
blakeblackshear
2019-05-11 07:39:27 -05:00
parent 6900e140d5
commit 3019b0218c
3 changed files with 14 additions and 3 deletions

View File

@@ -19,11 +19,14 @@ cameras:
x_offset: 0
y_offset: 300
min_person_area: 5000
threshold: 0.5
- size: 400
x_offset: 350
y_offset: 250
min_person_area: 2000
threshold: 0.5
- size: 400
x_offset: 750
y_offset: 250
min_person_area: 2000
threshold: 0.5