Skip to content

upczww/abaw5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

5th ABAW Competition

1. Create environment

Create a python environment using conda, install packages in requirements.txt with pip install -r requirements.txt, or manually.

2. Preprocess data and extract feature

  • 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.

3. Train model

Train model with VA/solver.py, EXPR/solver.py and AU/solver.py.

4. Predict

Predict with VA/test.py, EXPR/test.py and AU/test.py.

About

5th ABAW Competition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages