1 | initial version |
This tutorial shows you how to train a FaceRecognizer in Python on an image dataset and get predictions from it:
The scenario you describe isn't possible with the current version. You would have to extend the current functionality by yourself to allow this, e.g. derive from a FaceRecognizer.
2 | No.2 Revision |
This tutorial shows you how to train a FaceRecognizer in Python on an image dataset and get predictions from it:
The scenario you describe isn't possible with the current version. You I think about extending the current interface, so you can return the N
closest matches in the image database. This will take some time, for now you would have to extend the current functionality implementation by yourself to allow this, e.g. derive from a FaceRecognizer.