redcping / Delta_Age_AdaIN

DAA: A Delta Age AdaIN operation for age estimation via binary code transformer (CVPR2023)
MIT License
28 stars 7 forks source link

DAA: A Delta Age AdaIN operation for age estimation via binary code transformer (CVPR2023)

license python pytorch

This repository contains the code for our paper "DAA: A Delta Age AdaIN operation for age estimation via binary code transformer". image The preprint version is public at arxiv

Code

Step1. Dataset generation, including training and testing samples and a csv file.
Step2. Configure config.py for corresponding training.
Step3. Please refer to the paper description to configure config.py, and then use train.py for training and testing.

Citation

If you find this work helpful in your research, please consider citing our paper:

@inproceedings{chen2023_DAA,
  title     = {DAA: A Delta Age AdaIN operation for age estimation via binary code transformer},
  author    = {Ping, Chen and Xingpeng, Zhang and Ye, Li and Ju, Tao and Bin, Xiao and Bing, Wang and Zongjie, Jiang},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
  year      = {2023}
}