Skip to content

Commit ba0a28a

Browse files
committed
1 parent cf081e1 commit ba0a28a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

mlapiconfig.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ openalpr_cmdline_min_confidence=0.3
219219
model_sequence=face
220220
object_detection_pattern=(person|monitor_doorbell)
221221
valid_face_area=184,235 1475,307 1523,1940 146,1940
222+
match_past_detections=yes
222223

223224

224225
[monitor-9999]
@@ -256,6 +257,8 @@ ml_sequence= {
256257
'general': {
257258
'model_sequence': '{{model_sequence}}',
258259
'disable_locks': '{{disable_locks}}',
260+
'match_past_detections': '{{match_past_detections}}',
261+
'past_det_max_diff_area': '5%'
259262

260263
},
261264
'object': {
@@ -276,11 +279,7 @@ ml_sequence= {
276279
'tpu_max_lock_wait': {{tpu_max_lock_wait}},
277280
'max_detection_size':'{{max_detection_size}}',
278281
'show_models':'{{show_models}}',
279-
'match_past_detections': 'yes',
280-
'past_det_max_diff_area': '5%'
281-
282282

283-
284283
},
285284
{
286285
# YoloV4 on GPU if TPU fails (because sequence strategy is 'first')

0 commit comments

Comments
 (0)