Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(server): min face detection score not being passed correctly #10050

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

mertalev
Copy link
Contributor

@mertalev mertalev commented Jun 8, 2024

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.

@mertalev mertalev merged commit df412d6 into main Jun 8, 2024
22 of 23 checks passed
@mertalev mertalev deleted the fix/facial-recognition-min-score branch June 8, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants