[Feature] Relationship/closeness graph between people #14744
Closed
raminrahimzada
started this conversation in
Feature Request
Replies: 1 comment
-
This is a cool idea, but not really in scope for Immich. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
I don't have so much knowledge about the internals so please give me some hints if this is already possible by using db
Just wanted to create a graph view of people from recognized faces using this strategy :
Let each person from recognized faces be a
node
If
Person1
hasp1
images,Person2
hasp2
images,Person1
andPerson2
haven>0
mutual pictures, we say there is anedge
betweenPerson1
andPerson2
and the weight of edge isF(p1,p2,n)
We should select this function so that more mutual pictures should result higher weight (weights are between 0 and 1)
For example
F(p1,p2,n)=n/(p1+p2)
So after populating all the edges&weights we will be able to answer these type of questions :
Person1
Person1
[PersonA
orPersonB
] ?I found an example image from web (despite it does not show the weights)
Platform
Beta Was this translation helpful? Give feedback.
All reactions