- Requirements
- Data Preparation
- Pre-trained Models
- Training
- Evaluation
To install requirements: Python Version: 3.7.9
pip install -r Requirements.txt
You need to download the related datasets and put in the folder which namely dataset.
You can download our trained models from [Baidu Drive].
To train the model in the paper, run this command:
python main.py --config_file configs/remote_DAR_vox.yaml
We used the linear evaluation protocol for evaluation.
To evaluate on RAF-DB, run:
python main.py --config_file configs/remote_DAR_linear_eval.yaml
- Refactor the codes of AU detection and face recognition.
IF YOU HAVE ANY PROBLEM, PLEASE CONTACT [email protected] OR COMMIT ISSUES