Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Jul 19, 2021
1 parent a1fba1a commit bf8cdf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hook/objectconfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,9 @@ ml_sequence= {
'match_past_detections': '{{match_past_detections}}',
'past_det_max_diff_area': '5%',
'car_past_det_max_diff_area': '10%',
#'ignore_past_detection_labels': ['dog', 'cat'],
# when matching past detections, names in a group are treated the same
'aliases': [['car','bus','truck','boat'], ['broccoli', 'pottedplant']]
#'ignore_past_detection_labels': ['dog', 'cat']

},
'object': {
Expand Down
2 changes: 1 addition & 1 deletion hook/zmes_hook_helpers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "6.1.26"
__version__ = "6.1.27"
VERSION=__version__
2 changes: 1 addition & 1 deletion zmeventnotification.pl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
delete @ENV{qw(IFS CDPATH ENV BASH_ENV)};

####################################
my $app_version = '6.1.26';
my $app_version = '6.1.27';
####################################

# do this before any log init etc.
Expand Down

0 comments on commit bf8cdf0

Please sign in to comment.