app container and config schema

This commit is contained in:
Blake Blackshear
2020-11-01 06:17:44 -06:00
parent cce82fe2a5
commit 180baeba50
8 changed files with 227 additions and 14 deletions

View File

@@ -231,7 +231,7 @@ objects:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 5000
# Optional: maximum width*height of the bounding box for the detected object (default: max_int)
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 100000
# Optional: minimum score for the object to initiate tracking (default: shown below)
min_score: 0.5