I am using the Microsoft Cognitive Services Interface API for my face recognition project.
I want to add 1000+ faces to a single "FaceList" instead of creating 64 different face lists.
I will have more than 10,000 users in the group. Then I want to use the Find Similar API with all my photos in the same FaceList to find matching faces.
Is there any way to achieve this functionality?
source
share