NovatecConsulting / FaceRecognition-in-ARKit

Detects faces using the Vision-API and runs the extracted face through a CoreML-model to identiy the specific persons.
MIT License
832 stars 114 forks source link

This model only recognize faces trained? #9

Closed clockwiser closed 5 years ago

clockwiser commented 5 years ago

The training data is classified for each person.

  1. Each person has over 300 augmented photos.
  2. Each person is classified as one class.
  3. Plus other photos not classified as a person above, rather classified just as other class.

In the example, there are 4 classes, 3 for each person, 1 for others.

Train with these photos would recognize only classified persons. That is one of the reasons why model is not provided, because this model recognizes only the three people.

m-ruhl commented 5 years ago

Yes, you need to train the faced you later want to classify