Skip to content

Commit

Permalink
Face SDK v3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leonid-leshukov committed Sep 13, 2022
1 parent 0ff26d1 commit c3bb337
Show file tree
Hide file tree
Showing 57 changed files with 5,641 additions and 5,383 deletions.
6 changes: 3 additions & 3 deletions conf/facerec/age_gender_estimator_v3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

<age_gender_impl_name>version_3.0</age_gender_impl_name>

<analysisa>share/age_second/age_model.enc</analysisa>
<age_second_impl>age_model_second</age_second_impl>
<analysisg>share/faceanalysis/gender.enc</analysisg>
<analysisa>share/faceanalysis/age_heavy.enc</analysisa>
<age_use_cuda>false</age_use_cuda>
<analysisg>share/faceanalysis/gender_heavy.enc</analysisg>
<gender_use_cuda>false</gender_use_cuda>

</opencv_storage>
9 changes: 9 additions & 0 deletions conf/facerec/background_uniformity_estimator.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<opencv_storage>

<face_attribute_impl>the_one</face_attribute_impl>

<face_attribute_name>background_uniformity</face_attribute_name>
<score_threshold>0.09</score_threshold>

</opencv_storage>
12 changes: 12 additions & 0 deletions conf/facerec/face_mask_estimator_v2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<opencv_storage>

<face_attribute_impl>version_2.0</face_attribute_impl>

<face_attribute_name>masked_face</face_attribute_name>
<face_attribute_data>share/faceattributes/mask.enc</face_attribute_data>
<score_threshold>0.5</score_threshold>

<use_mobile_gpu>0</use_mobile_gpu>

</opencv_storage>
6 changes: 0 additions & 6 deletions conf/facerec/human_body_detector.xml

This file was deleted.

Loading

0 comments on commit c3bb337

Please sign in to comment.