Skip to content

SMIL-SPCRAS/ICCVW_25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICCVW 2025

🧠 9th_ABAW Compound Expression (CE) Recognition Challenge

This repository contains a modular pipeline for multimodal emotion recognition using audio, video, text, and scene modalities. It is structured to support isolated training and evaluation within each modality, as well as ensemble and fusion-based methods.

⚙️ Modalities

📁 Project Structure

LLMs # LLMs promting and LLMs results
src
├── audio/ # Audio-based emotion recognition, data loading and preprocessing.
├── common/ # Shared utilities and trainer logic across modalities.
├── fusion/ # Feature-level fusion and data preparation.
├── text/ # Text-based emotion recognition, data loading and preprocessing.
├── text_llm/ # LLM-based emotion recognition or Scene modality, data loading and preprocessing.
├── video/ # Video-based emotion recognition, data loading and preprocessing, as well as probability-level fusion.

🚀 Usage

Each module is (mostly) self-contained. To train or evaluate, navigate to the corresponding directory and run the appropriate script (e.g., train.py, inference.py, or notebooks/ for LLM-based modelling).

Example (from text/ modality):

cd text
python train.py

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5