Missing thumbnails in face detection
After changing the location for thumbnails in docker-compose.yml (see below), thubmnails are only shown for a few faces. Regenerating thumbnails via the jobs section did not work, all thubmnaiuls appear to have been re-created and apparently while doing this, the face recognition job has also been triggered. So, in theory everything should be fine, however there are still face thumbnails missing (as can be seen in the server log, where missing file errors are generated).
Any idea what else can be done? Is it due to the fact that I have thumbnails stored on a separate filesystem (SSD)?
2 Replies
Face thumbnails aren't correctly regenerated atm, there's an open PR to fix that https://github.com/immich-app/immich/pull/3970
GitHub
fix(server): regenerate missing person thumbnails by daniele-athome...
Fix #3741.
Queue face thumbnail generation for person records with empty thumbnailPath (the "forced" version will queue jobs for all people)
ā ļø Architectural change ā ļø Move face thumbnai...
Great, thanks for the answer, I'll subscribe to that PR! š