Skip to content

Commit

Permalink
retrained model is very robust so changed the threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Benteng Ma committed Dec 14, 2023
1 parent 5b034f6 commit e19e9df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def load_face_classifier_model():
0.5, 0.75, 0.25, 0.5, # 0.5, 0.5, 0.5, 0.5,
]
thresholds_pred = [
0.6, 0.8, 0.05, 0.5,
0.6, 0.8, 0.1, 0.5,
]
erosion_iterations = 1
dilation_iterations = 1
Expand Down

0 comments on commit e19e9df

Please sign in to comment.