Skip to content

yzhang2016/KnowledgeCNN-AU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KnowledgeCNN-AU

Implementation of the multi-label version of Weakly-Supervised CNN Learning for Facial Action Unit Intensity Estimation, CVPR 2018.

Environments

  • python
  • tensorflow

Usage

  1. Collect data
  • images: images are collected from the videos.
  • tuples: detect the intensity peaks and valleys first and then sample tuples from each segment.
  1. Training
python ShollowCNN_AUModel_weak_train.py
  1. Testing
python ShollowCNN_AUModel_eval_weak.py

Citation

If the paper inspires you, please cite our work.

@inproceedings{zhang2018weakly,
  title={Weakly-supervised deep convolutional neural network learning for facial action unit intensity estimation},
  author={Zhang, Yong and Dong, Weiming and Hu, Bao-Gang and Ji, Qiang},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  pages={2314--2323},
  year={2018}
}

About

Implementation of the multi-label version of [CVPR 2018]Weakly-Supervised CNN Learning for Facial Action Unit Intensity Estimation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published