Releases: tyvsmith/facelock
Releases · tyvsmith/facelock
v0.1.0-rc11
What's Changed
- Harden facelock auth paths and verification by @tyvsmith in #16
- chore: add Renovate config for automated dependency updates by @tyvsmith in #17
- [codex] Address post-merge review follow-ups by @tyvsmith in #18
- perf: speed up container tests ~20x by eliminating redundant build by @tyvsmith in #20
Full Changelog: v0.1.0-rc10...v0.1.0-rc11
v0.1.0-rc7
Full Changelog: v0.1.0-rc6...v0.1.0-rc7
v0.1.0-rc6
Full Changelog: v0.1.0-rc5...v0.1.0-rc6
v0.1.0-rc5
Full Changelog: v0.1.0-rc4...v0.1.0-rc5
v0.1.0-rc4
Full Changelog: v0.1.0-rc3...v0.1.0-rc4
v0.1.0-rc3
What's Changed
Full Changelog: assets...v0.1.0-rc3
v0.1.0-rc10
Full Changelog: v0.1.0-rc7...v0.1.0-rc10
Model Assets
ONNX face detection and embedding models for facelock.
Contains:
- scrfd_2.5g_bnkps.onnx (3MB) — SCRFD 2.5G face detection + 5-point landmarks (default)
- w600k_r50.onnx (166MB) — ArcFace R50 512-D face embedding (default)
- det_10g.onnx (17MB) — SCRFD 10G higher accuracy face detection (optional)
- glintr100.onnx (249MB) — ArcFace R100 higher accuracy 512-D face embedding (optional)
All models originate from the InsightFace project and are subject to the InsightFace non-commercial research license. See models/NOTICE.md for details.