This repository contains the implementation of our paper "To Err like Human: Affective Bias-Inspired Measures for Visual Emotion Recognition Evaluation", which introduces a new evaluation metric for Visual Emotion Recognition (VER).
- Download the FI dataset
- Download the EmoSet dataset from here
- Organize the dataset structure as follows:
dataset_root/
├── train/
│ ├── Amusement/
│ ├── Anger/
│ └── ...
└── test/
├── Amusement/
├── Anger/
└── ...
To train the model, use the following command:
python train.py --dataset FI --path '/path/to/dataset' --network resnet50