DAC-CSR is a software 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 VLFeat toolbox.
If you use this software, please cite the following publication:
- Zhen-Hua Feng, Josef Kittler, William Christmas, Patrik Huber and Xiao-Jun Wu. Dynamic Attention-controlled Cascaded Shape Regression Exploiting Training Data Augmentation and Fuzzy-set Sample Weighting, IEEE Conference on Computer Vision and Patten Recognition (CVPR), Honolulu, Hawaii, 2017.
@inproceedings{feng2017dynamic,
title={Dynamic attention-controlled cascaded shape regression exploiting training data augmentation and fuzzy-set sample weighting},
author={Feng, Zhen-Hua and Kittler, Josef and Christmas, William and Huber, Patrik and Wu, Xiao-Jun},
booktitle={Computer Vision and Pattern Recognition (CVPR), 2017 IEEE Conference on},
pages={3681--3690},
year={2017},
organization={IEEE}
}
- You can download the paper from my ResearchGate.
- 2018-03-13: Add Test code for AFLW as well as a pre-trained DAC-CSR model. The training code is coming soon.
- 2017-05-07: Add results/*.fig files for the results on the AFLW and COFW datasets. You can open them using Matlab and add your results for comparison.
DAC-CSR is released under the Apache 2.0 license.
- Clone the repository to
/pathtomaindir/
usinggit clone [email protected]:FengZhenhua/DAC-CSR.git
. - Download the AFLW dataset from
https://www.tugraz.at/institute/icg/research/team-bischof/lrs/downloads/aflw/
and unpack it to/pathtomaindir/aflw/data
. - Download the AFLW-FULL protocol data from
http://mmlab.ie.cuhk.edu.hk/projects/compositional/AFLWinfo_release.mat
and put the file under/pathtomaindir/aflw/
. - Download the latest VLFeat binary distribution from
http://www.vlfeat.org/install-matlab.html
and unpack it to/pathtomaindir/vlfeat/
.
- Run the
runTestAFLW.m
script for the test on AFLW using the AFLW-Full protocol.
Dr Zhenhua Feng
Centre for Vision, Speech and Signal Processing
University of Surrey, Guildford GU2 7XH, United Kingdom