All Projects → NovatecConsulting → Facerecognition In Arkit

NovatecConsulting / Facerecognition In Arkit

Licence: mit
Detects faces using the Vision-API and runs the extracted face through a CoreML-model to identiy the specific persons.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Facerecognition In Arkit

WhoAreYou
Face detection and recognition with CoreML and ARKit
Stars: ✭ 91 (-88.15%)
Mutual labels:  face-recognition, arkit, coreml
Coreml In Arkit
Simple project to detect objects and display 3D labels above them in AR. This serves as a basic Template for an ARKit project to use CoreML.
Stars: ✭ 1,534 (+99.74%)
Mutual labels:  coreml, arkit
Ios Learning Materials
📚Curated list of articles, web-resources, tutorials and code repositories that may help you dig a little bit deeper into iOS [and Apple Platforms].
Stars: ✭ 1,380 (+79.69%)
Mutual labels:  coreml, arkit
CarLens-iOS
CarLens - Recognize and Collect Cars
Stars: ✭ 124 (-83.85%)
Mutual labels:  arkit, coreml
Arkit Sampler
Code examples for ARKit.
Stars: ✭ 1,334 (+73.7%)
Mutual labels:  coreml, arkit
Fritz Examples
A collection of experiences utilizing machine learning models from Fritz AI
Stars: ✭ 181 (-76.43%)
Mutual labels:  coreml, arkit
Facenet mtcnn to mobile
convert facenet and mtcnn models from tensorflow to tensorflow lite and coreml (使用 TFLite 将 FaceNet 和 MTCNN 移植到移动端)
Stars: ✭ 166 (-78.39%)
Mutual labels:  face-recognition, coreml
Recogcis
Face detection & recognition AR app using the mlmodel to recognize company employees.
Stars: ✭ 28 (-96.35%)
Mutual labels:  face-recognition, arkit
ar-resume-with-visual-recognition
An augmented reality based résumé with Face recognition. The iOS app recognizes the face and presents you with the AR view that contains 3D mock face and details of your resume.
Stars: ✭ 71 (-90.76%)
Mutual labels:  face-recognition, arkit
loki
Proof-of-concept of emotion-targeted content delivery using machine learning and ARKit.
Stars: ✭ 76 (-90.1%)
Mutual labels:  arkit, coreml
Ios 11 By Examples
👨🏻‍💻 Examples of new iOS 11 APIs
Stars: ✭ 3,327 (+333.2%)
Mutual labels:  coreml, arkit
Gesture Recognition 101 Coreml Arkit
Simple project to recognize hands in realtime. 👋 Serves as an Example for building your own object recognizer.
Stars: ✭ 278 (-63.8%)
Mutual labels:  coreml, arkit
Iowncode
A curated collection of iOS, ML, AR resources sprinkled with some UI additions
Stars: ✭ 499 (-35.03%)
Mutual labels:  coreml, arkit
Go Face
🔍 Face recognition with Go
Stars: ✭ 650 (-15.36%)
Mutual labels:  face-recognition
Dlib face recognition from camera
Detect and recognize the faces from camera / 调用摄像头进行人脸识别,支持多张人脸同时识别
Stars: ✭ 719 (-6.38%)
Mutual labels:  face-recognition
Tensorflow 101
TensorFlow 101: Introduction to Deep Learning for Python Within TensorFlow
Stars: ✭ 642 (-16.41%)
Mutual labels:  face-recognition
Pinto model zoo
A repository that shares tuning results of trained models generated by TensorFlow / Keras. Post-training quantization (Weight Quantization, Integer Quantization, Full Integer Quantization, Float16 Quantization), Quantization-aware training. TensorFlow Lite. OpenVINO. CoreML. TensorFlow.js. TF-TRT. MediaPipe. ONNX. [.tflite,.h5,.pb,saved_model,tfjs,tftrt,mlmodel,.xml/.bin, .onnx]
Stars: ✭ 634 (-17.45%)
Mutual labels:  coreml
Awesome Ml Demos With Ios
The challenge projects for Inferencing machine learning models on iOS
Stars: ✭ 741 (-3.52%)
Mutual labels:  coreml
Facial Similarity With Siamese Networks In Pytorch
Implementing Siamese networks with a contrastive loss for similarity learning
Stars: ✭ 719 (-6.38%)
Mutual labels:  face-recognition
Mobile Semantic Segmentation
Real-Time Semantic Segmentation in Mobile device
Stars: ✭ 630 (-17.97%)
Mutual labels:  coreml

FaceRecognition in ARKit

This is a simple showcase project, that detects faces using the Vision-API and runs the extracted face through a CoreML-model to identiy the specific persons.

image of scene with face recognition

Requirements

  • Xcode 9
  • iPhone 6s or newer
  • Machine-Learning model

Machine-Learning model

To create your own machine-learning model, you can read our blog post "How we created our Face-Recognition model"

The short version is:

  • We trained a model in the AWS using Nvidia DIGITS
  • Took a couple of hundred pictures of each person, and extracted the faces
  • Also added an "unknown" category with differnent faces.
  • Used a pretrained model fine-tuned for face-recognition.

Acknowledgements

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].