Skip to content

v0.10.0

Choose a tag to compare

@aaron777collins aaron777collins released this 02 Jul 16:48

What's New

Better Face Detection

  • Lowered detection score threshold from 0.9 to 0.5 — catches faces that aren't perfectly clear/frontal
  • Reduced minimum face size from 20px to 10px for detecting smaller faces in group photos
  • Added multi-scale detection — runs detection at 640px and 320px downscaled copies in addition to original resolution, catching faces at various sizes in large images
  • Eliminated redundant double face detection during scan (was running both count_faces and detect_faces — now single pass)

Incremental Scan Display

  • Photos now appear in the grid as they're processed instead of waiting for the full scan to complete
  • Scan progress is shown as a compact banner at the top of the grid rather than a full-page spinner
  • You can start browsing photos while the scan is still running

App Data Caching

  • Scan cache is now stored in the system's app data directory instead of inside the scanned folder
  • Cache persists even when scanning folders on external/removable media
  • Bumped cache version to force re-detection with the improved face detector

Performance

  • Single-pass face detection eliminates redundant computation during scan
  • Cached items stream to the UI instantly without waiting for fresh analysis