[Feature] Pet detection #7151
Replies: 12 comments 8 replies
-
One of my cats got detected as a person. The other 3 did not. None of my dogs got detected. This might not help at all :) |
Beta Was this translation helpful? Give feedback.
-
There are few models trained for such an operation, do you know a model good enough for such a purpose? As a temporary alternative: you can describe your pet in the search, I believe that the CLIP model on which the search is based will be able to find your pet with a fairly high accuracy. |
Beta Was this translation helpful? Give feedback.
-
I just realized Apple Photos does pet detection, so this is a feature I would like for sure. Immich picked up some of my dogs, but not all of them, and not all photos of dogs. I certainly would like to be able to link photos with a pet. My current implementation is manually adding to albums, which works but isn't great. (Some musings for the devs) If this feature ever does get implemented, I think there should be a per-user setting to display the pet faces on the same page as people, on a separate (pet only) page, or not at all (currently Apple Photos displays all faces together). Perhaps the database could be updated with a new value of "face_type" with options of "person" or "pet" (maybe specify the type of pet? Maybe the type of pet can be configurable by the user?) Also, when a model does get chosen/trained, please remember that cats and dogs are not the only pets that people have! My wife has horses, so that is a must for us, but lots of others exist as well. (again, these are just some ideas. Take all, some, or none as you see fit) |
Beta Was this translation helpful? Give feedback.
-
Being able to recognise our cats would probably quadruple the spouse approval factor. I think about a third of our photos are of our cats :-) |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
-
Unironically this is blocking me from switching from google photos |
Beta Was this translation helpful? Give feedback.
-
It's worth noting that it may drive user adoption adding this properly. Google Photos does this at a very basic level. If your pet passes and you get another pet (similar breed), you cannot create a new pet and have it recognize it as a new pet. It continues to tag it as the old pet. No way to delete said old pet either. This is what drove me to at least find Immich (at which point I realized there was zero pet recognition). |
Beta Was this translation helpful? Give feedback.
-
Hi everyone. This is my first time in the discussion, so sorry if I'm not expressing in the right way.
I have a cat and two dogs. It's very easy to use smart search by ML clip models to locate the photos of them, so I suppose it should also work with facial recognition, so that I can tag and name them just like people to make it more easily, which seems to be a possible solution for the doubt. I'm pretty sure that the feature is technically feasible, and I notice that Google Photos has this feature for a long time, but I have no idea how much work it should take to achieve this. It would be awesome if immich can make this happen, and I hope to be a part of the contribution, no matter as a code debugger or just as a user. |
Beta Was this translation helpful? Give feedback.
-
I'd love to have this feature as well. |
Beta Was this translation helpful? Give feedback.
-
Just putting some random links about Dave detection for pets. It seems to be really hard to find on the internet...! The most advanced source I've found: https://github.com/GuillaumeMougeot/DogFaceNet ByteDance seems to provide api for cat and dog recognition (at which price?) : https://docs.byteplus.com/en/docs/effects/docs-pet-face-recognition As generally people have only a few pets, maybe we could more have a clustering of similar dog than pure face recognition 🤔 |
Beta Was this translation helpful? Give feedback.
-
Where in the code is the current face detection done? If it's not too hard, I would consider making a PR. I don't think that it would be so hard to use 2 AI models for scanning images. |
Beta Was this translation helpful? Give feedback.
-
I just discovered Immich today (thanks Google feed) and I'm interested in switching from Google Photos to a self-hosted solution. I have it running and I really like what I see, but it'll be hard for me to commit to a full switch if cat detection isn't working. My cats are like 90% of all the faces recognized in Google Photos, which automatically adds the photos to an album for both cats shared with my family. |
Beta Was this translation helpful? Give feedback.
-
The feature
I notice that dogs get picked up with the "people" facial recognition but cats don't.
Any thoughts on how we could add that?
Platform
Beta Was this translation helpful? Give feedback.
All reactions