All Projects → usc-sail → mica-race-from-face

usc-sail / mica-race-from-face

Licence: MIT License
Predicting race from faces for movie data

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to mica-race-from-face

ThreeDFace
3D Face Viewer
Stars: ✭ 35 (+40%)
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 (+212%)
Mutual labels:  face
Facial-Landmark-Detection
Facial Landmark Detection Framework
Stars: ✭ 33 (+32%)
Mutual labels:  face
removd
Automatic ai cut outs of people, products and cars with https://www.remove.bg service
Stars: ✭ 28 (+12%)
Mutual labels:  face
Universal Head 3DMM
This is a Project Page of 'Towards a complete 3D morphable model of the human head'
Stars: ✭ 138 (+452%)
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 (-32%)
Mutual labels:  face
facetool
Command line utility to manipulate faces in videos and images
Stars: ✭ 38 (+52%)
Mutual labels:  face
PyVGGFace
VGG-Face CNN descriptor in PyTorch.
Stars: ✭ 21 (-16%)
Mutual labels:  face
FaceAttributeManipulation
An implementation of Learning Residual Images for Face Attribute Manipulation
Stars: ✭ 52 (+108%)
Mutual labels:  face
face normals cvpr17
Code for "Face Normals `in-the-wild' using Fully Convolutional Networks" (CVPR 17)
Stars: ✭ 45 (+80%)
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 (+204%)
Mutual labels:  face
Look4Face
Demo of Face Recognition web service
Stars: ✭ 23 (-8%)
Mutual labels:  face
AverageFaceDemo
Average face on android
Stars: ✭ 31 (+24%)
Mutual labels:  face
ai-face
人脸智能识别系统,本地上传图片,利用baidu-ai本地化人脸识别
Stars: ✭ 38 (+52%)
Mutual labels:  face
face video segment
Face Video Segmentation - Face segmentation ground truth from videos
Stars: ✭ 84 (+236%)
Mutual labels:  face
Faces
A Python wrapper around FaceApp 😔 → 😀
Stars: ✭ 79 (+216%)
Mutual labels:  face
DeepVTB
🌌 OpenVTuber-虚拟アイドル共享计划 An application of real-time face and gaze analyzation via deep nerual networks.
Stars: ✭ 32 (+28%)
Mutual labels:  face
Twelveish
🕛 Twelveish - Android Wear/Wear OS Watch Face
Stars: ✭ 29 (+16%)
Mutual labels:  face
Multi-Face-Comparison
This repo is meant for backend API for face comparision and computer vision. It is built on python flask framework
Stars: ✭ 20 (-20%)
Mutual labels:  face
PSCognitiveService
Powershell module to access Microsoft Azure Machine learning RESTful API's or Microsoft cognitive services
Stars: ✭ 46 (+84%)
Mutual labels:  face

Predicting race from faces for movie data

NOTE: Race is a social construct. We understand that our objective here of attempting to classify race, regardless of the definitional distinction between race and ethnicity, is an extremely culturally sensitive issue. Any approach we use to classify race will be done with as much respect as this problem deserves to be treated with and as delicately as possible -- in the ultimate interest of understanding diversity of representation of people on screen. This is a work in progress and has plenty of scope for improvement.

Please see the details of the definitions of race, taxonomy of race recognition, database details, neural network models and performance evaluation details in the wiki page here

Contents:

race labels

actor_race.txt: labels for IMDB faces obtained as described in Ramakrishna et. al., 2017, ACL
lfw_race_dict.json: mapping of race for identities in the LFW dataset

aligning faces

average_face.ppm: average face used for in-plane face alignment
average_face.json: landmark information for the average face for alignment
faceswap.py: utilities for face alignment

average_faces: directory with average faces for the different classes in our data

Convolution neural networks (CNN) training scripts and pretrained models

pretrained_models: Directory containing 5-class pretrained models
train_multiclass_vgg16_5class_subsample.py: Keras training script and CNN architecture details
test_race_models.py: performance evaluation scripts (ROC, accuracy, confusion matrix, etc.,)
utils.py: miscellaneous handy utility functions

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