immich-app / immich

High performance self-hosted photo and video management solution.
https://immich.app
GNU Affero General Public License v3.0
46.29k stars 2.29k forks source link

Feature picture missing, causing the entire person to go missing from the "people" tab #9732

Open madson007 opened 4 months ago

madson007 commented 4 months ago

The bug

When going through random photo's, there will be people tagged without a feature photo. These people don't show up in the "people" tab. If i give a blank image person a name, i can find them in the people tag when searching for them. Manually selecting a feature photo fixes the entire problem.

Additional findings: When setting a feature photo to a video -> will set the feature photo to a blank (broken) image. (maybe the face recognition job tries to set the initial feature photo to that from a video)

image2 image

The OS that Immich Server is running on

Unraid

Version of Immich Server

1.105.1

Version of Immich Mobile App

1.105.0 build 139

Platform with the issue

Your docker-compose.yml content

Network: bridge
image: ghcr.io/imagegenius/immich

Your .env content

WebUI:2284
DB_HOSTNAME: <internal ip>

PostgreSQL Host
DB_USERNAME:postgres
DB_PASSWORD:<passw>
DB_DATABASE_NAME: immich
REDIS_HOSTNAME:localhost
DB_PORT:5433
REDIS_PORT:6379
REDIS_PASSWORD:
MACHINE_LEARNING_GPU_ACCELERATION:
MACHINE_LEARNING_WORKERS:1
MACHINE_LEARNING_WORKER_TIMEOUT:120
DOCKER_MODS:imagegenius/mods:universal-redis

Reproduction steps

1.upload files to server via phone app
2.go through random photo's and see tagged people in the info tab without feature photo
3.Go to this user -> manually select feature photo -> fixes it
4.Selecting a feature photo -> then selecting a video causes an blank feature photo

Relevant log output

No response

Additional information

No response

danieldietzler commented 1 week ago

Hey, is this on the latest version still an issue?