Production-grade dlib face_recognition toolkit: piecewise confidence formula, enrollment quality diagnostics, and producer-side persistence for flicker suppression.
69
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
When working with face_recognition (dlib ResNet, 128-d embeddings):
face-recognition-confidence skill)d ≤ 0.30 → 1.0, d ≥ 0.60 → 0.0, linear between.1 - d / tolerance. Compresses strong matches into the mid-range.face-recognition-enrollment skill)<0.20 = overfit; >0.45 = loose cloud.enrolled.pkl. NEVER re-enroll from JPEG files in a latency-sensitive path (saves 8–10 s per startup).face-recognition-persistence skill)setuptools==75.8.0 for face_recognition_models / pkg_resources.