Skip to content

A Matlab Implementation for CNN-based Facial Landmark Localisation using Wing Loss

License

Notifications You must be signed in to change notification settings

wangjinjia1/Wing-Loss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNN-based facial landmark localisation using Wing Loss

This software is developed by Zhenhua Feng from the Centre for Vision, Speech and Signal Processing (CVSSP), University of Surrey. The software is implemented by Matlab and powered by the MatConvNet toolbox.

If you use this software, please cite the following publication:

  • Zhen-Hua Feng, Josef Kittler, Muhammad Awais, Patrik Huber, Xiao-Jun Wu. Wing Loss for Robust Facial Landmark Localisation with Convolutional Neural Networks, IEEE Conference on Computer Vision and Patten Recognition (CVPR), Salt Lake City, USA, 2018.
@inproceedings{feng2018wing,
  title={Wing Loss for Robust Facial Landmark Localisation with Convolutional Neural Networks},
  author={Feng, Zhen-Hua and Kittler, Josef and Awais, Muhammad and Huber, Patrik and Wu, Xiao-Jun},
  booktitle={Computer Vision and Pattern Recognition (CVPR), 2018 IEEE Conference on},
  year={2018},
  pages ={2235-2245},
  organization={IEEE}
}

News

  • 2018-06-16: Add the demo code as well as two pretrained CNN6 models on the AFLW dataset with 19 facial landmarks
  • 2018-03-29: The pre-trained model and test code are coming soon.

Pre-trained models

Uploaded

  • cnn6_v0_aflw: pre-trained CNN-6 model on the AFLW-FULL dataset, using the CNN6 architecture as shown in the paper
  • cnn6_v1_aflw: similar to cnn6_v0 but with doubled filter sizes, which performs better than the original CNN6 but a little bit slower

To be uploaded

  • cnn6_v0_300w
  • cnn6_v1_300w
  • resnet50_pre_aflw
  • resnet50_scratch_aflw
  • resnet50_scratch_300w

Installation

  1. Download and install MatConvNet to pathToMatConvNet/.
  2. Modify the path to MatConvNet in demo.m and run the script

License

This soft ware is released under the Apache 2.0 license.

Contact

Dr Zhenhua Feng

Centre for Vision, Speech and Signal Processing

University of Surrey, Guildford GU2 7XH, United Kingdom

[email protected], [email protected]

About

A Matlab Implementation for CNN-based Facial Landmark Localisation using Wing Loss

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%