Skip to content

Releases: tyvsmith/facelock

v0.1.0-rc11

04 Apr 19:59
dffc15d

Choose a tag to compare

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

23 Mar 03:18
87d642c

Choose a tag to compare

v0.1.0-rc6

23 Mar 02:57
445d55e

Choose a tag to compare

v0.1.0-rc5

23 Mar 02:36
15c16ff

Choose a tag to compare

v0.1.0-rc4

23 Mar 01:49
8c19a0c

Choose a tag to compare

v0.1.0-rc3

23 Mar 01:36
3547b25

Choose a tag to compare

What's Changed

  • chore: self-host model downloads from GitHub assets release by @tyvsmith in #15

Full Changelog: assets...v0.1.0-rc3

v0.1.0-rc10

23 Mar 04:09
6df3e2a

Choose a tag to compare

Model Assets

22 Mar 04:28
8fee93b

Choose a tag to compare

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.