All Projects → zweigraf → Face Landmarking Ios

zweigraf / Face Landmarking Ios

👦 Basic face landmarking on iPhone with Dlib via Swift & ObjC++

Labels

Projects that are alternatives of or similar to Face Landmarking Ios

simple faceswap
使用python-opencv和dlib实现的简单换脸程序
Stars: ✭ 50 (-89.08%)
Mutual labels:  dlib
Yolov5-deepsort-driverDistracted-driving-behavior-detection
基于深度学习的驾驶员分心驾驶行为(疲劳+危险行为)预警系统使用YOLOv5+Deepsort实现驾驶员的危险驾驶行为的预警监测
Stars: ✭ 107 (-76.64%)
Mutual labels:  dlib
Facecapture
an Android app kind like Facerig(but simpler)
Stars: ✭ 325 (-29.04%)
Mutual labels:  dlib
dlib-for-android
Compile and embed Dlib in your Android projects with ease.
Stars: ✭ 33 (-92.79%)
Mutual labels:  dlib
face-movie
Automatically create a time-lapse morph sequence of a face using OpenCV and Dlib.
Stars: ✭ 45 (-90.17%)
Mutual labels:  dlib
Face Landmark Android
Android AR Camera
Stars: ✭ 320 (-30.13%)
Mutual labels:  dlib
AverageFaceDemo
Average face on android
Stars: ✭ 31 (-93.23%)
Mutual labels:  dlib
Vtuber unity
Use Unity 3D character and Python deep learning algorithms to stream as a VTuber!
Stars: ✭ 361 (-21.18%)
Mutual labels:  dlib
ofFaceRecognition
simple example face recognition with deep metric learning to dlib
Stars: ✭ 20 (-95.63%)
Mutual labels:  dlib
Facereconstruction
Facial Landmark Detection and head pose compute use dlib, Real time Face Reconstruction use 3D Morphable Face Model fitting
Stars: ✭ 323 (-29.48%)
Mutual labels:  dlib
Attendance-System-Face-Recognition
An attendance system based on facial recognition built using OpenCV and Django.
Stars: ✭ 24 (-94.76%)
Mutual labels:  dlib
Facial-Landmark-Detection
Facial Landmark Detection Framework
Stars: ✭ 33 (-92.79%)
Mutual labels:  dlib
Facemoji
😆 A voice chatbot that can imitate your expression. OpenCV+Dlib+Live2D+Moments Recorder+Turing Robot+Iflytek IAT+Iflytek TTS
Stars: ✭ 320 (-30.13%)
Mutual labels:  dlib
facenet-darknet-inference
Face recognition using facenet
Stars: ✭ 29 (-93.67%)
Mutual labels:  dlib
Drishti
Real time eye tracking for embedded and mobile devices.
Stars: ✭ 325 (-29.04%)
Mutual labels:  dlib
edge-tpu-servers
Object and face recognition using Google's edge TPU
Stars: ✭ 37 (-91.92%)
Mutual labels:  dlib
Get Me Through
A Free, Offline, Real-Time, Open-source web-app to assist organisers of any event in allowing only authorised/invited people using Face-Recognition Technology or QR Code.
Stars: ✭ 255 (-44.32%)
Mutual labels:  dlib
Fast Face Android
👦 Fast-Face : Android App for Real-time Face Landmark Detection. You can check your landmarks in 60ms
Stars: ✭ 370 (-19.21%)
Mutual labels:  dlib
Libfaceid
libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition.
Stars: ✭ 354 (-22.71%)
Mutual labels:  dlib
Dlibdotnet
Dlib .NET wrapper written in C++ and C# for Windows, MacOS and Linux
Stars: ✭ 317 (-30.79%)
Mutual labels:  dlib

Face Landmarking on iPhone

This prototype shows basic face landmark recognition on a CMSampleBuffer (see DlibWrapper.mm) coming out of an AVCaptureSession.

Frame rate is actually quite good on an iPhone 6S now that we are using the system face detection via AVCaptureMetadataOutput. I did not measure performance yet but there is no discernible lag anymore. It looks like 30fps.

But I am sure there are a lot more performance improvements to be made. Currently, the buffers are copied around a lot.

Screenshot

screenshot

Credits

This app uses the Dlib library (http://dlib.net) and their default face landmarking model file downloaded from http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2. Thanks for the great work.

This project includes a precompiled Dlib. If you want to change something, consider that the Preprocessor Macros in the project linking Dlib need to be the same as the Compiler Flags when building the lib.

The project to build Dlib on iOS was generated according to these instructions.

Thanks to Satya Mallick from learnopencv.com. He recommended using the system face detector to me.

License

Code (except for DisplayLiveSamples/lib/*) is released under MIT license.

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