Commit graph

6 commits

Author SHA1 Message Date
236e0d2ff2 feat: add YuNet detector option, multi-scale detection, and streamlined CLI
- Add YuNet face detector as alternative option (built into OpenCV)
- Add multi-scale detection (1.0x + 1.5x) to catch faces at different distances
- Add NMS to remove duplicate detections from multi-scale
- Move frame interval and clustering settings to advanced options
- Increase default blur padding from 25% to 40%
- Change default frame interval from 30 to 15
- Change default confidence threshold from 0.7 to 0.8
- Add limitations section to README (extreme angles, small faces, motion blur)
- Require scikit-learn>=1.3.0 for HDBSCAN support
2026-03-01 01:54:27 +07:00
dd2b0ad16d chore: rename project from faceblur-poc to py-faceblur 2026-02-28 10:21:45 +07:00
78f3b3f91b chore: replace textual with rich and questionary for simpler CLI 2026-02-28 10:04:39 +07:00
09084b9b59 fix: smooth blur transitions, improve UI layout, report encoder 2026-02-28 09:02:05 +07:00
ff9dbd101e chore: add textual and textual-autocomplete dependencies 2026-02-27 22:20:03 +07:00
379692f313 chore: replace mediapipe with uniface for face detection and recognition 2026-02-27 21:37:05 +07:00