exadel-inc / exadel-inc/CompreFace

Support for subject verification

Open
#1,219 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
8.3k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
So, as I understand in `CompreFace` we have only two options for face verification: using `embeddingId` or providing two images to compare.
But if we have many photos of the same user (`embeddings` which are associated with the same `subjectName`), can't we improve the verification results?
We can, for example, use `subjectName` for verification and calculate distances between `input-embedding` and several stored `embeddings` to avoid more then one round trip to the `compreface-api` server.

**Describe the solution you'd like**
Provide API for `subject-verification`

**Describe alternatives you've considered**
-

**Additional context**
-

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.