Skip to content

ewrfcas/face_attribute_classification_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face attribute classification based on pytorch

Python 3.6 pytorch 1.3.0

In this repository, we implement the face attribute classification method based on pytorch according to Adaptively Weighted Multi-task Deep Network for Person Attribute Classific

The official caffe code is https://github.com/qiexing/adaptive_weighted_attribute

[Paper]

Results

methods test mean accuracy
resnet50 90.479
resnet50+adaptive weight 90.845

Download trained model

baiduyun: https://pan.baidu.com/s/18HLplvoyhp1RntQXiR84rA password:4zk4

Test

  1. python test.py --img_path {target_image_path}

Train

  1. Download img_celeba_aligned dataset

  2. python train.py --input_path {img_celeba_aligned_path}

About

face attribute classification based on pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages