3DiVi / open-source-face-sdk

Open source 2D/3D face and body analysis library with toolkit for ML model retraining and generalization improvement.
GNU Affero General Public License v3.0
41 stars 1 forks source link

grouping by faces #12

Open Pavan-Teja-AI-Engineer opened 1 week ago

Pavan-Teja-AI-Engineer commented 1 week ago

hi ,

how to use is this SDK for the grouping of the similar person like group by face in google photos.

can we modify the functionality to implement it . Thank you.

sergei-alabugin commented 2 days ago

Hi @Pavan-Teja-AI-Engineer , sorry for a long reply.

This repository provides only 1:1 matching, not 1:N. So, I suggest you to consider 2 options:

1) Our commercial SDK https://3divi.ai/products/software/face-sdk which have much more features including very fast search on face database. 2) You can use this repo and match all the faces that you get to find all photos of some person. 1:1 matching example provided in C++, C# and Python.