All Projects → WynMew → Faceattribute

WynMew / Faceattribute

Licence: other
Six face attributes predication from a single face image (Toy Project)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Faceattribute

Centerface
face detection
Stars: ✭ 1,002 (+708.06%)
Mutual labels:  face
Tf Siamesenet
Face recognition based on SiameseNet
Stars: ✭ 87 (-29.84%)
Mutual labels:  face
Face Swap Android
Realtime Face Swap Android NDK app full source code. Developed with OpenCV (http://opencv.org) and Dlib C++ (http://dlib.net).
Stars: ✭ 111 (-10.48%)
Mutual labels:  face
Facifier
An emotion and gender detector based on facial features, built with Python and OpenCV
Stars: ✭ 52 (-58.06%)
Mutual labels:  face
Facturae Php
📝 Genera, firma, envía y recibe facturas electrónicas sin necesidad de ninguna librería adicional
Stars: ✭ 74 (-40.32%)
Mutual labels:  face
Thispersondoesnotexist Js
Api for https://thispersondoesnotexist.com Generates an image of a person that does not exist in real life
Stars: ✭ 101 (-18.55%)
Mutual labels:  face
Restful Lenny
A lenny API. Use this to bring Lenny face to your applications
Stars: ✭ 31 (-75%)
Mutual labels:  face
Mdm
A TensorFlow implementation of the Mnemonic Descent Method.
Stars: ✭ 120 (-3.23%)
Mutual labels:  face
Genetic Algorithm Montage
genetic algorithm for self-referential image approximation.
Stars: ✭ 86 (-30.65%)
Mutual labels:  face
Mtcnn
MTCNN face detection implementation for TensorFlow, as a PIP package.
Stars: ✭ 1,689 (+1262.1%)
Mutual labels:  face
Mtcnn
face detection and alignment with mtcnn
Stars: ✭ 66 (-46.77%)
Mutual labels:  face
Face recognition
Face recognition docker image to provide a web service which is able to register and recognize faces
Stars: ✭ 74 (-40.32%)
Mutual labels:  face
Faceaging By Cyclegan
Stars: ✭ 105 (-15.32%)
Mutual labels:  face
Android Hpe
Android native application to perform head pose estimation using images coming from the front camera.
Stars: ✭ 46 (-62.9%)
Mutual labels:  face
Maad Face
A face database with a large number of high-quality attribute annotations
Stars: ✭ 112 (-9.68%)
Mutual labels:  face
Animeavataar
creating Anime Avataar from a facial image
Stars: ✭ 31 (-75%)
Mutual labels:  face
Beauty.torch
Understanding facial beauty with deep learning.
Stars: ✭ 90 (-27.42%)
Mutual labels:  face
Icface
ICface: Interpretable and Controllable Face Reenactment Using GANs
Stars: ✭ 122 (-1.61%)
Mutual labels:  face
Face landmark factory
These are a set of tools using OpenCV, Tensorflow and Keras, with which you can generate your own model of facial landmark detection and demonstrate the effect of newly-generated model easily.
Stars: ✭ 120 (-3.23%)
Mutual labels:  face
Dr Gan By Pytorch
An implement of Disentangled Representation Learning GAN for Pose-Invariant Face Recognition
Stars: ✭ 106 (-14.52%)
Mutual labels:  face

996.icu

FaceAttribute

Six face attributes (Attractive, EyeGlasses, Male, MouthOpen, Smiling, Young) predication from a single face image.

PyTorch implementation. Trained using celebA dataset.

Dependencies

  • Python 3.6+ (Anaconda)
  • PyTorch-0.2.0 +
  • scipy, numpy, sklearn etc.
  • OpenCV3 (Python)

Tested on Ubuntu 14.04 LTS, Python 3.6 (Anaconda), PyTorch-0.3.0, CUDA 8.0, cuDNN 5.0

Usage

Data Preprocessing

detMTCNN_celebA.py

AttrListGen.py

Data loader

dataloadercelebA.py

Model Training

TrainAttrPreRes18V0.py

TrainAttrPreV0.py

Models

AttrPreModelRes18_256V0.py

AttrPreModelRes34_256V0.py

Model evaluation

AttrEvaRes18_256V0.py

AttrEvaRes34_256V0.py

Results

Focal Loss:

Attractive 0.8231

EyeGlasses 0.9980

Male 0.9721

MouthOpen 0.9407

Smiling 0.9200

Young 0.8776

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