Photos not being tagged
A lot of my photos are not getting faces tagged. I can tag them manually, and it will merge them, but this is not happening automatically. These are clear, good pictures. When I run "Recognize Faces" it will look like it's running - it will find 20,000+ faces to tag. But after I let it run, the faces still aren't tagged. I've deleted the Typesense image and rebuilt the stack, but no luck. I'm on unRAID using the Docker Compose stack. Thanks.

25 Replies
The job finished - and the photos from the last week are all untagged. It found the faces, but they are not tagged. I could tag and merge them, but I'm wondering why it stopped working?
I suspect there is either problem with typesense or the models aren’t download correctly in the machine learning container
Can you help to check the logs of those services?
So, on my share, the "immich_machine_learning" folder is empty. I'm assuming it should not be?

Here is the machine learning log:

And TypeSense:

They look normal to me
Microservices has a bunch of these errors:

Ah interesting, somethings wrong with redis
Restart the stack, make sure the redis container get remove and then bring them all backup
Then I think it will work
Try with one single photo with faces first to confirm that it works
OK - will do. IN the meantime, here is the full log from the docker compose
https://pastebin.com/F3LgkvHa
Pastebin
immich_microservices | immich_microservices | [Nest] 7 - 0...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
How can I run face recognition on a single photo? I see the refresh metadata and the refresh thumbnail.
And now it's just found every face in the picture twice. With different thumbnail photos for each face (and names for none of them). Any advice is appreciated.
By uploading a photo
ah. ok
You can reset everything by run detect face on all, I think the data might be messed up when your redis was down
new pic imported, face found, but no name.
Log here: https://pastebin.com/BRAVZVAW
Pastebin
immich_server | [Nest] 7 - 09/17/2023, 3:58:48 PM L...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
I will re-run full face detect. Should I do the "all" where it resets everyone's names again? (I have about 200 names entered )
When I run ALL and it asks me to clear all faces and re-run, it errors.

That's the main log
I tried just re-running "missing faces" and it found 120,000 - and ran, and now I just have a lot of faced doubled and no names. Maybe it's hopelessly messed up?
Hhmm I think this related to one of the bug we discovered recently
@Alex sorry to bother you again - resetting everything doesn't seem to work (it doesn't happen). What is the way to really reset it if clicking the "all faces" button doesn't work?
I will have to look into this later to see where the bug is
ok Thanks Alex.
I have similar issue. Also microservices are having tons of logs like that
it seems no models are being loaded in ML?
ok, nevermind
It was this:
https://github.com/immich-app/immich/issues/3927
GitHub
[BUG] machineLearning.url must be a URL address (Immich Server Erro...
The bug With the implementation of v1.76 and the ability to adjust Facial Recognition settings, I went to just slightly lower the min detection score to see what different results I would get. Open...