FeatureFuel
4

[Feature] Decouple face detection/recognition models and add more model choice

Source: immich-app/immich#26901 · opened by @barti04
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request. • Yes The feature Problem: Currently, Immich bundles face detection and recognition into fixed "packages" (like buffalo_l or antelopev2). This approach is a bit restrictive because it doesn't allow users to optimise for their specific hardware or accuracy needs. Specifically, the default SCRFD detector (while very fast) can struggle with difficult shots. I've noticed many cases where a face is clearly misclassified by the scanner but easily detectable for humans. Proposed Solution Split the machine learning configuration into two independent settings in the UI: • Face Detection Model: To handle the initial pass (e.g., SCRFD, RetinaFace). • Face Recognition Model: To handle the actual embedding/identification (e.g., ResNet50). Additionally, this change would allow adding more models from the [InsightFace Model Zoo]( I s…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests