Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Added recognition_model parameter #71

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

Rysias
Copy link

@Rysias Rysias commented Apr 29, 2019

As of the update March 2019 a newer, updated model has been added. In this version you can now change between the two by specifying the parameter "recognition_model" in face.detect and person_group.create. The parameter is optional and defaults to recognition_model02

Adds a parameter that allows to control which version of the model to use on the detect parameter. It defaults to recognition_1 as not to break anything.
Add new model-option (recognition_2) to detect
Adds option to choose between newest and oldest recognition model. This affects how the model identifies faces and adds faces to persons. This does introduce possible errors as the recognition_model in the person_group has to match the recognition_model in face.detect.
Changed the default of recognition_model to 2 so it matches the one in person_group.create
@msftclas
Copy link

msftclas commented Apr 29, 2019

CLA assistant check
All CLA requirements met.

Rysias added 3 commits May 1, 2019 13:30
Changed recognitionModel from params to json to see if it works...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants