• 0.5.13 3489721909

    0.5.13
    All checks were successful
    Release / Check if release needed (push) Successful in 4s
    Dependency-Track / SBOM (push) Successful in 1m16s
    Release / Release (push) Successful in 4m43s
    Stable

    Wuast94 released this 2026-07-07 17:40:38 +02:00 | 138 commits to main since this release

    Bug Fixes

    • Clamp OpenVINO RetinaFace detections

    • Validate face persistence and analyze source crops

    • Align OpenVINO attribute outputs with DeepFace

    Downloads
  • 0.5.12 8b4c7a187c

    0.5.12
    All checks were successful
    Release / Check if release needed (push) Successful in 4s
    Dependency-Track / SBOM (push) Successful in 1m45s
    Release / Release (push) Successful in 5m16s
    Stable

    Wuast94 released this 2026-07-07 15:51:16 +02:00 | 141 commits to main since this release

    Bug Fixes

    • Make OpenVINO model conversion reproducible

    Miscellaneous

    • Pass callbacks as parameters instead of storing them in runner structs

    • Remove unused helper functions and apply code formatting fixes

    • Add model conversion task, improve vector parsing, and fix decision cleanup logic

    Downloads
  • 0.5.11 f8bdbeec87

    0.5.11
    All checks were successful
    Release / Check if release needed (push) Successful in 5s
    Dependency-Track / SBOM (push) Successful in 1m7s
    Release / Release (push) Successful in 4m31s
    Stable

    Wuast94 released this 2026-07-07 01:23:19 +02:00 | 145 commits to main since this release

    Bug Fixes

    • Correct RetinaFace input shape to NHWC to match internal Transpose node from TensorFlow export
    Downloads
  • 0.5.10 b581c59872

    0.5.10
    All checks were successful
    Release / Check if release needed (push) Successful in 6s
    Dependency-Track / SBOM (push) Successful in 1m11s
    Release / Release (push) Successful in 4m29s
    Stable

    Wuast94 released this 2026-07-07 01:13:51 +02:00 | 146 commits to main since this release

    Miscellaneous

    • Remove scan_run concept and make all operations global across library roots

    • Remove stdlib logging.basicConfig to prevent duplicate log output

    Downloads
  • 0.5.9 1a9dd8ce56

    0.5.9
    All checks were successful
    Release / Check if release needed (push) Successful in 5s
    Dependency-Track / SBOM (push) Successful in 1m14s
    Release / Release (push) Successful in 4m55s
    Stable

    Wuast94 released this 2026-07-07 00:55:37 +02:00 | 148 commits to main since this release

    Bug Fixes

    • Reshape RetinaFace to fixed 1024×1024 input to avoid per-image GPU kernel recompilation

    Miscellaneous

    • Add structured logging with step= prefix and detailed timing/progress metrics
    Downloads
  • 0.5.8 e6b9fef597

    0.5.8
    All checks were successful
    Release / Check if release needed (push) Successful in 56s
    Dependency-Track / SBOM (push) Successful in 2m6s
    Release / Release (push) Successful in 4m10s
    Stable

    Wuast94 released this 2026-07-07 00:10:03 +02:00 | 150 commits to main since this release

    Bug Fixes

    • Ensure Python worker logs are line-buffered and flushed immediately
    Downloads
  • 0.5.7 0e69999ed0

    0.5.7
    All checks were successful
    Release / Check if release needed (push) Successful in 4s
    Dependency-Track / SBOM (push) Successful in 1m9s
    Release / Release (push) Successful in 4m19s
    Stable

    Wuast94 released this 2026-07-06 23:56:24 +02:00 | 151 commits to main since this release

    Miscellaneous

    • Migrate Python worker logging from stdlib to structlog for structured output

    • Switch extraction to per-file processing with immediate DB persistence and decoupled analysis

    Downloads
  • 0.5.6 c0168d6a32

    0.5.6
    All checks were successful
    Release / Check if release needed (push) Successful in 6s
    Dependency-Track / SBOM (push) Successful in 1m12s
    Release / Release (push) Successful in 5m15s
    Stable

    Wuast94 released this 2026-07-06 22:14:55 +02:00 | 153 commits to main since this release

    Miscellaneous

    • Centralize Python worker logging and prevent concurrent retries
    Downloads
  • 0.5.5 116aaa3021

    0.5.5
    All checks were successful
    Release / Check if release needed (push) Successful in 4s
    Dependency-Track / SBOM (push) Successful in 1m7s
    Release / Release (push) Successful in 4m23s
    Stable

    Wuast94 released this 2026-07-06 20:57:41 +02:00 | 154 commits to main since this release

    Miscellaneous

    • Use persistent worker process for extraction to avoid reloading models per batch
    Downloads
  • 0.5.4 8b58dc59d4

    0.5.4
    All checks were successful
    Release / Check if release needed (push) Successful in 4s
    Dependency-Track / SBOM (push) Successful in 1m16s
    Release / Release (push) Successful in 4m12s
    Stable

    Wuast94 released this 2026-07-06 20:21:15 +02:00 | 155 commits to main since this release

    Bug Fixes

    • Force FP32 GPU inference to avoid CL_BUILD_PROGRAM_FAILURE
    Downloads