Skip to content

v0.10.1: Profile/Side Face Detection

Choose a tag to compare

@aaron777collins aaron777collins released this 11 Jul 02:46

What's New

Profile & Side Face Detection

  • Added Haar cascade-based profile/side face detection alongside YuNet frontal detection
  • Lowered YuNet confidence threshold to catch more faces
  • Bumped cache version to force rescan with new detection capabilities

Bug Fixes

  • Skip faces with failed alignment instead of emitting zero embeddings — prevents false matches from corrupted face data

Full Changelog

  • feat: add profile/side face detection via Haar cascade + lower YuNet threshold
  • feat: bump cache version to force rescan for profile face detection
  • feat: profile/side face detection with Haar cascade + lowered YuNet threshold
  • fix: skip faces with failed alignment instead of emitting zero embeddings