machine learning - face recognition is not working

I´m using a Proxmox and in a LXC i´ve installed Immich. Dell wyse 5070 with 32gb ram. Everything works fine except the machine learning features like face recognition. In the last week I´ve tried several options but nothing works, the machine learning do not deliver results. No person/face is detected.

Today I´ve found that the folder /cache/facial-recognition/buffalo_l/ was empty, so i downloaded the models and copy them to the folders:

/cache/facial-recognition/buffalo_l/recognition/model.onnx

/cache/facial-recognition/buffalo_l/detection/model.onnx

immich-ml.services is running without any troubles.

As source for the fotos I've mounted my NAS via NFS. To avoid any trouble with the NAS I have uploaded some fotos via the Webinterface in immich.

r:~# cat /opt/immich/.env
TZ=Europe/Berlin
IMMICH_VERSION=release
NODE_ENV=production

DB_HOSTNAME=127.0.0.1
DB_USERNAME=immich
DB_PASSWORD=.....
DB_DATABASE_NAME=immich
DB_VECTOR_EXTENSION=vectorchord

REDIS_HOSTNAME=127.0.0.1
IMMICH_MACHINE_LEARNING_URL=http://127.0.0.1:3003
IMMICH_MACHINE_LEARNING=cpu
MACHINE_LEARNING_CACHE_FOLDER=/opt/immich/cache

IMMICH_MEDIA_LOCATION=/opt/immich/upload
Was this page helpful?