ImmichI
Immich12mo ago
satmandu

Facial Recognition stopped working

I noticed that face detection has stopped working on my system.

I can go to expore => faces, and see the results of older face detection, but newer pictures don't appear to have any face detection working.

I see this in my logs:

| [Nest] 7 - 01/18/2025, 9:19:28 PM ERROR [Microservices:JobService] Unable to run job handler (faceDetection/face-detection): Error:> | [Nest] 7 - 01/18/2025, 9:19:28 PM ERROR [Microservices:JobService] Error: Machine learning request '{"facial-recognition":{"detecti> | at MachineLearningRepository.predict (/usr/src/app/dist/repositories/machine-learning.repository.js:41:15) | at process.processTicksAndRejections (node:internal/process/task_queues:105:5) | at async MachineLearningRepository.detectFaces (/usr/src/app/dist/repositories/machine-learning.repository.js:50:26) | at async PersonService.handleDetectFaces (/usr/src/app/dist/services/person.service.js:235:52) | at async JobService.onJobStart (/usr/src/app/dist/services/job.service.js:148:28) | at async EventRepository.onEvent (/usr/src/app/dist/repositories/event.repository.js:134:13) | at async Worker.processJob (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:394:28) | at async Worker.retryIfFailed (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:581:24) | [Nest] 7 - 01/18/2025, 9:19:28 PM ERROR [Microservices:JobService] Object: | { | "id": "0518ac24-b747-484e-962a-2dfa2602750d" | }

Any ideas on where I should look next? I am able to see pictures in my library just fine.
Was this page helpful?