This project was carried out for an assignment of Digital Systems course at the University of Bologna.
The proposal provides the implementation of real time face recognizer using CoreML and Facenet.
- Python: contains two scripts that produce the CoreML model, the SVC classifier and the labels txt file. Note that the classifier has been trained directly using the embeddings extracted from the CoreML model.
- XCode: contains the source code of the project that can be easily imported.
The project is inspired by
The bounding box is blue with the name and accuracy for people who are into the dataset, red otherwise if the accuracy is less than 0.4. The bounding box switching is slow due to the limited hardware available (iPad mini late 2015).
from davidsandberg's facenet:
| Model name | LFW accuracy | Training dataset | Architecture |
|---|---|---|---|
| 20180402-114759 | 0.9965 | VGGFace2 | Inception ResNet v1 |


