Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 921 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 921 Bytes

AL-GTD: Deep Active Learning for Gaze Target Detection

teaser

Setup

# clone project
git clone https://github.com/francescotonini/al-gtd
cd al-gtd

# [OPTIONAL] create virtualenv
pyenv virtualenv 3.10.14 algtd
pyenv local algtd

# install requirements
pip install -r requirements.txt

# link datasets to data folder
ln -s /path/to/gazefollow_extended data

# split the training set for active learning
python scripts/gazefollow_train_split.py --dataset_dir data/gazefollow_extended

Run

python src/main.py

Cite us

@inproceedings{tonini2024gtd,
    title={AL-GTD: Deep Active Learning for Gaze Target Detection},
    author={Tonini, Francesco and Dall'Asen, Nicola and Vaquero, Lorenzo and Beyan, Cigdem and Ricci, Elisa},
    booktitle={Proceedings of the 32nd ACM International Conference on Multimedia},
    pages={2360--2369},
    year={2024}
}