-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
People count doesn't respect minimum recognized faces #13245
Comments
I tried this and I was also getting the same issue. But when you re run Facial Recognition job for all the assets. It solves this issue. The query used to fetch count does not consider this option[Minimum Recognized Faces]
While the query which is used to fetch faces uses this option and that's why count does not match the faces
|
We can use the same filter while fetching the count also. Can i take up this issue? |
@jedi04 sure, go ahead! |
The bug
Faces are shown according "Minimum recognized faces" settings, but People count is not affected, it still shows the same count.
If minimum is set to 1, faces and count is shown as 161,
if minimum is set to 2, 138 faces is shown, count is still 161.
The OS that Immich Server is running on
Fedora 40
Version of Immich Server
v1.117.0
Version of Immich Mobile App
not relevant
Platform with the issue
Your docker-compose.yml content
not relevant
Your .env content
Reproduction steps
Relevant log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: