Skip to content

Commit d0c1de2

Browse files
Merge pull request #41 from pliablepixels/master
sync and allow aliases
2 parents f342638 + 2aba299 commit d0c1de2

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

mlapiconfig.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,16 @@ ml_sequence= {
280280
'disable_locks': '{{disable_locks}}',
281281
'match_past_detections': '{{match_past_detections}}',
282282
'past_det_max_diff_area': '5%',
283-
'car_past_det_max_diff_area': '10%'
283+
'car_past_det_max_diff_area': '10%',
284+
#'ignore_past_detection_labels': ['dog', 'cat']
285+
# when matching past detections, names in a group are treated the same
286+
'aliases': [['car','bus','truck','boat'], ['broccoli', 'pottedplant']]
284287

285288
},
286289
'object': {
287290
'general':{
288291
'pattern':'{{object_detection_pattern}}',
289-
'same_model_sequence_strategy': 'most_unique' # also 'most', 'most_unique's
292+
'same_model_sequence_strategy': 'most_unique', # also 'most', 'most_unique's
290293
},
291294
'sequence': [{
292295
#First run on TPU with higher confidence

modules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "2.2.22"
1+
__version__ = "2.2.23"
22
VERSION=__version__

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ flask ~= 1.1.2
1111
progressbar33
1212
scikit_learn
1313
face_recognition
14-
pyzm>=0.3.52
14+
pyzm>=0.3.53
1515
bjoern
1616
configupdater

0 commit comments

Comments
 (0)