All Projects → trigeorgis → face_normals_cvpr17

trigeorgis / face_normals_cvpr17

Licence: BSD-3-Clause license
Code for "Face Normals `in-the-wild' using Fully Convolutional Networks" (CVPR 17)

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to face normals cvpr17

S3FD
S3FD_Mxnet
Stars: ✭ 22 (-51.11%)
Mutual labels:  face
removd
Automatic ai cut outs of people, products and cars with https://www.remove.bg service
Stars: ✭ 28 (-37.78%)
Mutual labels:  face
jeelizPupillometry
Real-time pupillometry in the web browser using a 4K webcam video feed processed by this WebGL/Javascript library. 2 demo experiments are included.
Stars: ✭ 78 (+73.33%)
Mutual labels:  face
python-face-relighting
A python implementation of portrait lighting transfer using a mass transport approach.
Stars: ✭ 25 (-44.44%)
Mutual labels:  face
HyperSphereSurfaceRegression
Code accompanying the paper "360 Surface Regression with a Hyper-Sphere Loss", 3DV 2019
Stars: ✭ 13 (-71.11%)
Mutual labels:  surface-normals
Insta flters with python
With this program you can add hat & glass on your face(it's support multiple faces)
Stars: ✭ 21 (-53.33%)
Mutual labels:  face
jeelizGlanceTracker
JavaScript/WebGL lib: detect if the user is looking at the screen or not from the webcam video feed. Lightweight and robust to all lighting conditions. Great for play/pause videos if the user is looking or not, or for person detection. Link to live demo.
Stars: ✭ 68 (+51.11%)
Mutual labels:  face
AverageFaceDemo
Average face on android
Stars: ✭ 31 (-31.11%)
Mutual labels:  face
ai-face
人脸智能识别系统,本地上传图片,利用baidu-ai本地化人脸识别
Stars: ✭ 38 (-15.56%)
Mutual labels:  face
FaceAttributeManipulation
An implementation of Learning Residual Images for Face Attribute Manipulation
Stars: ✭ 52 (+15.56%)
Mutual labels:  face
facetool
Command line utility to manipulate faces in videos and images
Stars: ✭ 38 (-15.56%)
Mutual labels:  face
ThreeDFace
3D Face Viewer
Stars: ✭ 35 (-22.22%)
Mutual labels:  face
Look4Face
Demo of Face Recognition web service
Stars: ✭ 23 (-48.89%)
Mutual labels:  face
face
[deprecated] 👽 Face Recognition package for Laravel
Stars: ✭ 37 (-17.78%)
Mutual labels:  face
DeepVTB
🌌 OpenVTuber-虚拟アイドル共享计划 An application of real-time face and gaze analyzation via deep nerual networks.
Stars: ✭ 32 (-28.89%)
Mutual labels:  face
multi-task-learning
Multi-task learning smile detection, age and gender classification on GENKI4k, IMDB-Wiki dataset.
Stars: ✭ 154 (+242.22%)
Mutual labels:  face
emojityper
Github said "Error saving your changes: Description contains unicode characters above 0xffff" when I put the FACE LAUGHING WITH TEARS OF JOY emoji in this box
Stars: ✭ 76 (+68.89%)
Mutual labels:  face
PSCognitiveService
Powershell module to access Microsoft Azure Machine learning RESTful API's or Microsoft cognitive services
Stars: ✭ 46 (+2.22%)
Mutual labels:  face
ImageCropper
✂️ Detect and crop faces, barcodes, texts or rectangle in image with iOS 11 Vision (iOS 10 Core Image) api.(图片裁剪:支持人脸、二维码/条形码、文本、方框)
Stars: ✭ 17 (-62.22%)
Mutual labels:  face
Universal Head 3DMM
This is a Project Page of 'Towards a complete 3D morphable model of the human head'
Stars: ✭ 138 (+206.67%)
Mutual labels:  face

Face Normals `in-the-wild' using Fully Convolutional Networks"

If you use this codebase in your experiments please cite:

[Face Normals “in-the-wild” using Fully Convolutional Networks G. Trigeorgis, P. Snape, I. Kokkinos, S. Zafeiriou. IEEE Conference on Computer Vision and Pattern Recognition (CVPR). July 2017. ]

1. Installation

We highly recommended to use conda as your Python distribution. Once downloading and installing conda, this project can be installed by:

Step 1: Create a new conda environment and activate it:

$ conda create -n normals python=3.5
$ source activate normals

Step 1: Install TensorFlow v1 following the official installation instructions. For example for the gpu enabled version of TensorFlow

(normals)$ pip install --upgrade tensorflow-gpu

Step 2: Install Menpo following the official installation instructions. This is not mandatory, but makes importing and visualisation of images a breeze.

(normals)$ conda install -c menpo menpo

Disclaimer: The pretrained models can only be used for non-commercial academic purposes.

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