All Projects → yinguobing → Face Marks

yinguobing / Face Marks

Licence: mit
Detect facial landmarks with TensorFlow and CoreML on iPhone.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Face Marks

Shapedetector keras coreml
Deep learning installed Shape Detector using Keras and CoreML 📱
Stars: ✭ 25 (-63.77%)
Mutual labels:  coreml
Momo mind
Face classifier for "Momoiro Clozer Z" member using Tensorflow/Keras
Stars: ✭ 31 (-55.07%)
Mutual labels:  coreml
Nlpswift
NSLinguisticTagger provides a uniform interface to a variety of natural language processing functionality with support for many different languages and scripts. One can use this class to segment natural language text into paragraphs , sentences, or words and tag information about those segments such as parts of speech, lexical class, lemma!
Stars: ✭ 50 (-27.54%)
Mutual labels:  coreml
Objectclassifier
An iOS swift app that detects objects using machine learning (CoreML, Vision)
Stars: ✭ 12 (-82.61%)
Mutual labels:  coreml
Coremlstyletransfer
A simple demo for Core ML and Style Transfer
Stars: ✭ 30 (-56.52%)
Mutual labels:  coreml
Chineseidcardocr
[Deprecated] 🇨🇳中国二代身份证光学识别
Stars: ✭ 1,015 (+1371.01%)
Mutual labels:  coreml
Build Ocr
Build an OCR for iOS apps
Stars: ✭ 17 (-75.36%)
Mutual labels:  coreml
Espnetv2 Coreml
Semantic segmentation on iPhone using ESPNetv2
Stars: ✭ 66 (-4.35%)
Mutual labels:  coreml
Namescoremldemo
🏷 iOS11 demo application for predicting gender from first names.
Stars: ✭ 31 (-55.07%)
Mutual labels:  coreml
Carposedemo
Real-time Mobile Car Pose Estimation with CoreML
Stars: ✭ 49 (-28.99%)
Mutual labels:  coreml
Coremlimage
A demo of creating your own CoreML model
Stars: ✭ 13 (-81.16%)
Mutual labels:  coreml
Mnistkit
The better way to deal with MNIST model and Core ML in iOS
Stars: ✭ 21 (-69.57%)
Mutual labels:  coreml
Inceptionvisiondemo
🎥 iOS11 demo application for dominant objects detection.
Stars: ✭ 48 (-30.43%)
Mutual labels:  coreml
Liooon Not A Liooon Classifier
A troll app to check if an object seen by your camera is a lion. Uses iOS CoreML, Vision APIs
Stars: ✭ 11 (-84.06%)
Mutual labels:  coreml
Coreml Vision
Stars: ✭ 50 (-27.54%)
Mutual labels:  coreml
Har Keras Coreml
Human Activity Recognition (HAR) with Keras and CoreML
Stars: ✭ 23 (-66.67%)
Mutual labels:  coreml
Mlmoji
Hand-Drawn Emoji Classifier (WWDC18 Scholarship Application)
Stars: ✭ 34 (-50.72%)
Mutual labels:  coreml
Visualprogramminglanguage
Visual programming language written in Swift that assembles to executable Swift code. WWDC '18 scholarship submission.
Stars: ✭ 1,145 (+1559.42%)
Mutual labels:  coreml
Testcoreml
A camera object recognition demo using the CoreML & AVCam framework. Required XCode 9 & iOS 11.
Stars: ✭ 60 (-13.04%)
Mutual labels:  coreml
Coremlvisionscanner
CoreML Vision Text Data & Animal Detector iOS App
Stars: ✭ 49 (-28.99%)
Mutual labels:  coreml

Face Marks

An iOS demo APP shows how to detect facial landmarks with CoreML and TensorFlow model.

For more details: https://yinguobing.com/facial-landmark-localization-by-deep-learning-port-to-ios-with-coreml/

Screen shot

Background

This repo is a part of my deep learning series posts. For all the posts please refer to the following links.

第一篇:基于深度学习的人脸特征点检测 - 背景

为什么我决定采用深度学习实现面部特征点检测。阅读全文

第二篇:基于深度学习的人脸特征点检测 - 数据与方法

解决问题所需的数据来源与对应的方法。阅读全文

第三篇:基于深度学习的人脸特征点检测 - 数据集整理

从互联网获取的数据大多数情况下不是开箱即用的,这意味着我们需要对数据进行初步的整理,例如统计数据量、去除不需要的文件、必要的格式转换等。阅读全文

第四篇:基于深度学习的人脸特征点检测 - 数据预处理

如何使用Python从22万张图片中提取检测人脸特征点的可用样本。阅读全文

第五篇:基于深度学习的人脸特征点检测 - 生成TFRecord文件

将面部区域的图片与特征点位置一起打包成TensorFlow可用的TFRecord文件。阅读全文

第六篇:基于深度学习的人脸特征点检测 - 网络模型构建

如何使用TensorFlow构建一个属于你自己的神经网络模型。阅读全文

第七篇:基于深度学习的人脸特征点检测-模型导出与应用

使用Estimator API时,导出适用于推演的网络模型的正确方法。阅读全文

第八篇:基于深度学习的人脸特征点检测-移植到iPhone

如何通过CoreML在iPhone应用中使用TensorFlow模型。阅读全文

dl-posts

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