Clean install of 1.60, no object/face detection
I finally got my new hardware, specially for Immich 🙂 (with avx2 this time)
Everything is up and running, except for the face recognition / object detection. The ml container doesn't log much, the microservices container logs the following:
The ML container log is here: https://pastebin.com/raw/WAKyDysS
Any idea what is preventing the object detection? I restarted the job, it get queued and then is gone.
Thanks in advance!
10 Replies
Can you post your .env and docker-compose.yml?
My
.env
is:
The compose is exact copy of the release one (I pull that with every update), with the addition of:
IMMICH_MACHINE_LEARNING_URL=true won't work ;) you probably just want to leave that default
Ah! So, comment/remove it?
Probably set it to whatever the default .env uses
Man, I feel stupid 🙈 URL !=boolean
Hmm, after adding the default user to the variable, doing a compose restart, it gives a 502. The log shows
Used the example.env, with my DB user/pw and an custom TYPESENSE_API_KEY, but still no object processing.
The micro processing container still logs this:
Is that normal?
It's still using the wrong address for ML. did you restart everything after changing the env?
I did via
docker compose restart
, or should I remove the containers and start new ones?Restart just restarts in place, you need to use up
Thanks @bo0tzz for helping! 💪 Its frying my CPU right now 🙂