Skip to content

Official repo of the paper “AL-GTD: Deep Active Learning for Gaze Target Detection” (ACMMM2024)

Notifications You must be signed in to change notification settings

francescotonini/al-gtd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}
}

About

Official repo of the paper “AL-GTD: Deep Active Learning for Gaze Target Detection” (ACMMM2024)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages