Memorize method update:
The method must accept a list of tags for each image and save this list into the database.
Recognize method update:
So, when the recognize request contains specific tags, the FaceKeeper Core will try to find a similar face only across the memorized embeddings with specified tags.
If the tag is not specified in the recognize request the FaceKeeper core must look for similar faces among all memorized embeddings.
Memorize method update:
The method must accept a list of tags for each image and save this list into the database.
Recognize method update:
So, when the
recognizerequest contains specific tags, the FaceKeeper Core will try to find a similar face only across the memorized embeddings with specified tags.If the tag is not specified in the
recognizerequest the FaceKeeper core must look for similar faces among all memorized embeddings.