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 a812412 commit d8a84e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hook/objectconfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ ml_sequence= {
},
'face': {
'general':{
'pattern': '{{face_detection_pattern}}',
'pattern': '{{face_detection_pattern}}',
'same_model_sequence_strategy': 'union' # combines all outputs of this sequence
},
'sequence': [
Expand All @@ -462,7 +462,7 @@ ml_sequence= {
{
'name': 'DLIB based face recognition',
'enabled': 'yes',
#'pre_existing_labels': ['face'], # use in combination with TPU face det above
#'pre_existing_labels': ['face'], # If you use TPU detection first, we can run this ONLY if TPU detects a face first
'save_unknown_faces':'{{save_unknown_faces}}',
'save_unknown_faces_leeway_pixels':{{save_unknown_faces_leeway_pixels}},
'face_detection_framework': '{{face_detection_framework}}',
Expand Down

0 comments on commit d8a84e9

Please sign in to comment.