Muhammad Osama Zeeshan1, Muhammad Haseeb Aslam1, Soufiane Belharbi1, Alessandro Lameiras Koerich1, Marco Pedersoli1, Simon Bacon2, Eric Granger1
1LIVIA, Dept. of Systems Engineering, ETS Montreal, Canada
2Dept. of Health, Kinesiology & Applied Physiology, Concordia University, Montreal, Canada
conda create --name <env> --file <this file>
pip install -r req.txt
Biovid datasets PartA can be downloaded from here: (https://www.nit.ovgu.de/BioVid.html#PubACII17)
CUDA_VISIBLE_DEVICES=0 python methods/msbda.py --sub_domains_datasets_path=$BIOVID_DATASET_PATH --sub_domains_label_path=$BIOVID_DATASET_LABEL_PATH --pain_db_root_path=$BIOVID_ROOT_FOLDER_PATH
@article{zeeshan2023subject,
title={Subject-Based Domain Adaptation for Facial Expression Recognition},
author={Zeeshan, Muhammad Osama and Aslam, Muhammad Haseeb and Belharbi, Soufiane and Koerich, Alessandro L and Pedersoli, Marco and Bacon, Simon and Granger, Eric},
journal={arXiv preprint arXiv:2312.05632},
year={2023}
}