Skip to content

Commit 944dee9

Browse files
committed
aliases
1 parent 98ffd6b commit 944dee9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
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

0 commit comments

Comments
 (0)