Missing faces & face recognition terminated early #7011
Replies: 1 comment 8 replies
|
There's no bug in the video you showed. Facial recognition is just a lot faster than detection and finished by the time the job stats were refreshed in the dashboard. |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The bug
Today, I created a fresh immich instance on my home server, all settings on default.
Then, I imported some pictures, and after the upload I waited for all the jobs to complete.
I noticed that a large amount of faces were not detected/not showing up in the person view (even tho the faces are clearly visible in the picture).
Note
It is worth noting, that I had the exact same pictures on a previous older instance that I've created a couple of months ago, and there, all faces were detected/recognized perfectly fine. That being said, I don't remember what the version of the immich instance was on at the time of the upload on the old instance, because I updated it multiple times since then...
I also noticed something weird, that may or may not have to do with this issue:
During the upload the face detection and then face recognition task are started.
However, when the face detection job is completed, the face recognition job is automatically terminated (even tho there are still hundreds of pictures left in the queue!).
Also: Restarting the face recognition job for all assets by clicking the button, has no effect.
A video of this problem is attached below:
Screencast.from.2024-02-09.20-41-34.webm
The OS that Immich Server is running on
Arch Linux
Version of Immich Server
1.94.1
Version of Immich Mobile App
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
No response
All reactions