All Projects → iotize → Facedetection

iotize / Facedetection

Licence: mit
iPhone app for detecting faces from a live camera feed using Swift and iOS 13 API's.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Facedetection

Awslambdaface
Perform deep neural network based face detection and recognition in the cloud (via AWS lambda) with zero model configuration or tuning.
Stars: ✭ 98 (-20.33%)
Mutual labels:  face-detection
Sod
An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
Stars: ✭ 1,460 (+1086.99%)
Mutual labels:  face-detection
Deepgaze
Computer Vision library for human-computer interaction. It implements Head Pose and Gaze Direction Estimation Using Convolutional Neural Networks, Skin Detection through Backprojection, Motion Detection and Tracking, Saliency Map.
Stars: ✭ 1,552 (+1161.79%)
Mutual labels:  face-detection
1zlab face track robot
二自由度云台实现人脸追踪。 首先是使用一款名字叫做IP摄像头的APP 采集手机摄像头的图像,在手机上建立一个视频流服务器。在局域网下,PC通过IP还有端口号获取图像。使用OpenCV的人脸检测的API获取人脸在画面中的位置,根据人脸位置距离画面中心的x轴与y轴的偏移量(offset) ,通过P比例控制(PID控制中最简单的一种)控制二自由度云台上臂与下臂的旋转角度,将角度信息通过串口通信UART发送给ESP32单片机(不限于ESP32,STM32,Arduino都可以)解析执行对应的操作,从而使得人脸尽可能处在画面的正中间。
Stars: ✭ 103 (-16.26%)
Mutual labels:  face-detection
Tensorflow Mtcnn
C++ and python Inference only for MTCNN face detector on Tensorflow. Based on davidsandberg's facenet project:
Stars: ✭ 106 (-13.82%)
Mutual labels:  face-detection
Sphereface
Implementation for <SphereFace: Deep Hypersphere Embedding for Face Recognition> in CVPR'17.
Stars: ✭ 1,483 (+1105.69%)
Mutual labels:  face-detection
Pyseeta
python api for SeetaFaceEngine(https://github.com/seetaface/SeetaFaceEngine.git)
Stars: ✭ 93 (-24.39%)
Mutual labels:  face-detection
Anime Face Detector
A Faster-RCNN based anime face detector implementation using tensorflow.
Stars: ✭ 117 (-4.88%)
Mutual labels:  face-detection
A Convolutional Neural Network Cascade For Face Detection
TensorFlow implementation of "A Convolutional Neural Network Cascade for Face Detection", CVPR 2015
Stars: ✭ 106 (-13.82%)
Mutual labels:  face-detection
Deepface
Face analysis mainly based on Caffe. At this time, face analysis tasks like detection, alignment and recognition have been done.
Stars: ✭ 1,465 (+1091.06%)
Mutual labels:  face-detection
Tiny Faces Pytorch
Finding Tiny Faces in PyTorch
Stars: ✭ 105 (-14.63%)
Mutual labels:  face-detection
Awesome Face Detection
Compare with various detectors - s3fd, dlib, ocv, ocv-dnn, mtcnn-pytorch, face_recognition
Stars: ✭ 106 (-13.82%)
Mutual labels:  face-detection
Widerface Evaluation
Python Evaluation Code for Wider Face Dataset
Stars: ✭ 111 (-9.76%)
Mutual labels:  face-detection
Caire
Content aware image resize library
Stars: ✭ 9,783 (+7853.66%)
Mutual labels:  face-detection
Tenginekit
TengineKit - Free, Fast, Easy, Real-Time Face Detection & Face Landmarks & Face Attributes & Hand Detection & Hand Landmarks & Body Detection & Body Landmarks & Iris Landmarks & Yolov5 SDK On Mobile.
Stars: ✭ 2,103 (+1609.76%)
Mutual labels:  face-detection
Agender
Real-time estimation of gender and age
Stars: ✭ 95 (-22.76%)
Mutual labels:  face-detection
Face recognition
The world's simplest facial recognition api for Python and the command line
Stars: ✭ 42,549 (+34492.68%)
Mutual labels:  face-detection
Deepstack
The World's Leading Cross Platform AI Engine for Edge Devices
Stars: ✭ 120 (-2.44%)
Mutual labels:  face-detection
Faster Mobile Retinaface
[CVPR 2020] Reimplementation of RetinaFace, faster and stronger.
Stars: ✭ 117 (-4.88%)
Mutual labels:  face-detection
Mobilenet Yolo
MobileNetV2-YoloV3-Nano: 0.5BFlops 3MB HUAWEI P40: 6ms/img, YoloFace-500k:0.1Bflops 420KB🔥🔥🔥
Stars: ✭ 1,566 (+1173.17%)
Mutual labels:  face-detection

Face Detection

Build Status

Note: this example requires Xcode 11 and iOS 13 or later.

In progress: currently this project uses CIDetector to identify faces. I am working on updating the project to use the Vision framework, and to use SwiftUI and Combine.

Sample project for detecting faces from a live camera feed using Swift and Core Image API's.

Apple documentation for face detection is available here for Objective-C. This project migrates the code to Swift and integrates it with a live camera feed.

If you have questions or run into issues, please open a new issue or reach out to me on Twitter @iotize.

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