🥉 Affwild2-ABAW3 @ CVPRW 2022 - Action Unit Detection - PRL
How to run?
- Install Docker / Create a python environment using conda or other tools.
- Instead packages in requirements.txt with
pip install -r requirements.txt
, or manually. - Edit config file in conf/AU_baseline.yaml, or create a new config file. To use wandb logger, install wandb logger, login to wandb, and edit logger param in config file.
- Run
python main.py --cfg /path/to-config-file
, e.g.python main.py --cfg /conf/AU_baseline.yaml
- Sample scripts for training and testing in
scripts/
folder.