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

Feature request: Can we recognize multiple faces at once ? #5

Closed vivekshah-zymr closed 6 years ago

vivekshah-zymr commented 6 years ago

Hello, I am working on the demo where I have a similar requirement. But I have to recognize multiple person's faces at once. So here can we recognize multiple faces at once? Thanks in advance.

jagatfx commented 6 years ago

@vivekshah-zymr The VNDetectFaceRectanglesRequest used in the demo code returns an array of face rectangles for each face. It already recognizes multiple faces at once.

m-ruhl commented 6 years ago

As @jagatfx already said. It's possible.