Skip to content

chihina/GAFL-FINE-CVIU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This is the official repository for the following paper:

Chihiro Nakatani, Hiroaki Kawashima, Norimichi Ukita.
Human-in-the-loop Adaptation in Group Activity Feature Learning for Team Sports Video Retrieval.
Computer Vision and Image Understanding, vol.263, pp. 104577, 2026.
Project page: https://toyota-ti.ac.jp/Lab/Denshi/iim/ukita/selection/CVIU2026-GAFL.html

Our codes are based on https://github.com/JacobYuan7/DIN-Group-Activity-Recognition-Benchmark. and https://github.com/chihina/GAFL-CVPR2024. I deeply appreciate their efforts.

Top page

Citation

@article{NAKATANI2026104577,
title = {Human-in-the-loop adaptation in group activity feature learning for team sports video retrieval},
journal = {Computer Vision and Image Understanding},
volume = {263},
pages = {104577},
year = {2026},
author = {Chihiro Nakatani and Hiroaki Kawashima and Norimichi Ukita},
}

Environment

python 3.10.2
ROIAlign (https://github.com/longcw/RoIAlign.pytorch)

And you can use requirements.txt

pip install -r requirements.txt

Data preparation

1. Download dataset

You can download daatset from the following url.
These dataset are required to place in data/ in the repository as follows:

2. Training

  • You can change parameters of the model by editing the files located in scripts (e.g., scripts/run_multiple_volleyball.bash).

2.1 Volleyball dataset

  • Ours
bash scripts/run_multiple_volleyball.bash

2.2 NBA dataset

  • Ours
bash scripts/run_multiple_basketball.bash

2.3 Collective Activity dataset

  • Ours
bash scripts/run_multiple_volleyball.bash

About

Official Code for the paper accepted at CVIU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published