Skip to content

Face Attribute Prediction on CelebA benchmark with PyTorch Implementation

License

Notifications You must be signed in to change notification settings

d-li14/face-attribute-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-attribute-prediction

Face Attribute Prediction on CelebA benchmark with PyTorch Implemantation, heavily borrowed from my MobileNetV2 implementation.

Dependencies

  • Anaconda3 (Python 3.6+, with Numpy etc.)
  • PyTorch 0.4+
  • tensorboard, tensorboardX

Dataset

CelebA dataset is a large-scale face dataset with attribute-based annotations. Cropped and aligned face regions are utilized as the training source. For the pre-processed data and specific split, please feel free to contact me: [email protected]

Features

  • Both ResNet and MobileNet as the backbone for scalability
  • Each of the 40 annotated attributes predicted with multi-head networks
  • Achieve ~92% average accuracy, comparative to state-of-the-art
  • Fast convergence (5~10 epochs) through finetuning the ImageNet pre-trained models

About

Face Attribute Prediction on CelebA benchmark with PyTorch Implementation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages