[PR #10050] fix(server): min face detection score not being passed correctly #12751

Closed
opened 2026-02-05 15:02:45 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/10050

State: closed
Merged: Yes


Description

When building the request for face detection, the min score is supposed to be in an options object. However, it is currently being passed as a top-level field, and is ignored as a result.

How Has This Been Tested?

Tested by running face detection with different detection thresholds and confirming that the results change accordingly.

**Original Pull Request:** https://github.com/immich-app/immich/pull/10050 **State:** closed **Merged:** Yes --- ## Description When building the request for face detection, the min score is supposed to be in an `options` object. However, it is currently being passed as a top-level field, and is ignored as a result. ## How Has This Been Tested? Tested by running face detection with different detection thresholds and confirming that the results change accordingly.
OVERLORD added the pull-request label 2026-02-05 15:02:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#12751