Skip to content

midasklr/FaceSegAttribute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceSegAttribute

This is a unified network for face segmentation,72 landmarks, age, gender, expression, face detection.

The model is trained end to end from the dataset

Train

Build the helper code for calculating mean IoU written in Cython. For that, execute the following python src/setup.py build_ext --build-lib=./src/.

train with resnet50 backbone:

python src/train.py --enc 50

and you will see:

![](./image/Screenshot from 2020-08-21 10-16-17.png)

Demo

see src/demo.py

About

Face segmentation,72 landmarks,attribute recoginition and face detection;人脸分割关键点识别,年龄预测,性别识别等

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published