Skip to content

daduz11/ios-facenet-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime iOS Face Identifier

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.

Folders

  • 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.

Inspiration

The project is inspired by

Demo

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).

Pre-trained model

from davidsandberg's facenet:

Model name LFW accuracy Training dataset Architecture
20180402-114759 0.9965 VGGFace2 Inception ResNet v1

License

Apache License 2.0

About

iOS face identifier based on CoreML and Facenet

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors