Create a python environment using conda, install packages in requirements.txt with pip install -r requirements.txt
, or manually.
- extract wavs from videos using
extract_wav.py
. - extract visual features, audio features using pretrained models.
- construct samples dataset using
construct_*.py
. - split samples dataset to segments using
split_*.py
.
Train model with VA/solver.py
, EXPR/solver.py
and AU/solver.py
.
Predict with VA/test.py
, EXPR/test.py
and AU/test.py
.