Commit graph

3 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
9667431406 chore: project cleanup, track missing files, and update README 2026-02-28 10:17:11 +07:00