Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Apr 18, 2021
1 parent 4ff644f commit 494a19a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions hook/objectconfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ ml_sequence= {
'object_framework':'{{tpu_object_framework}}',
'tpu_max_processes': {{tpu_max_processes}},
'tpu_max_lock_wait': {{tpu_max_lock_wait}},
'max_detection_size':'{{max_detection_size}}'
'max_detection_size':'{{max_detection_size}}'


},
Expand All @@ -441,7 +441,7 @@ ml_sequence= {
'gpu_max_lock_wait': {{gpu_max_lock_wait}},
'cpu_max_processes': {{cpu_max_processes}},
'cpu_max_lock_wait': {{cpu_max_lock_wait}},
'max_detection_size':'{{max_detection_size}}'
'max_detection_size':'{{max_detection_size}}'

}]
},
Expand All @@ -452,13 +452,13 @@ ml_sequence= {
},
'sequence': [
{
'name': 'TPU face detection',
'enabled': 'no',
'face_detection_framework': 'tpu',
'face_weights':'/var/lib/zmeventnotification/models/coral_edgetpu/ssd_mobilenet_v2_face_quant_postprocess_edgetpu.tflite',
'face_min_confidence': 0.3,
},
'name': 'TPU face detection',
'enabled': 'no',
'face_detection_framework': 'tpu',
'face_weights':'/var/lib/zmeventnotification/models/coral_edgetpu/ssd_mobilenet_v2_face_quant_postprocess_edgetpu.tflite',
'face_min_confidence': 0.3,
},
{
'name': 'DLIB based face recognition',
'enabled': 'yes',
Expand Down

0 comments on commit 494a19a

Please sign in to comment.