Skip to content

SZucchini/runner-reid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runner re-identification from single-view running video in the open-world setting

This repository contains the official implementation of "Runner re-identification from single-view running video in the open-world setting." The code supports the methods and experiments presented in the paper. [arXiv]

reid_demo

Overview

This repository contains the following:

  • Training code for GRUAE
  • Evaluation code with runner dataset
  • Trained weights for GRUAE and HHCL with runner dataset
  • Feature vectors for evaluation
  • Limited image dataset for evaluation
  • Customized HHCL scripts for our dataset

This repository does not contain the following:

  • Full dataset used in the paper (due to privacy issues)
  • Original evaluation dataset (anonymized due to privacy issues)

From above reasons, you can not reproduce the results in the paper from scratch. However, you can reproduce the results in the paper using evaluation script and pre-calculated features.

Getting Started

Installation

  1. Clone this repository:
$ git clone https://github.com/SZucchini/runner-reid.git
  1. Create conda environment:
$ conda env create --file env.yaml

Evaluation

Example of evaluation:

python ./eval.py --type daytime \
    --config ./configs/gruae/daytime_eval.yaml \
    --use_embedding

Optional

You can download trained weights [here] and evaluation images example [here] from Google Drive.

Citation

If you find this repository useful, please cite our paper:

@article{suzuki2024runner,
  title={Runner re-identification from single-view running video in the open-world setting},
  author={Suzuki, Tomohiro and Tsutsui, Kazushi and Takeda, Kazuya and Fujii, Keisuke},
  journal={Multimedia Tools and Applications},
  pages={1--17},
  year={2024},
  publisher={Springer}
}

Acknowledgements

We appreciate the following repository:

Contact

If you have any questions, please contact author:

  • Tomohiro Suzuki (suzuki.tomohiro[at]g.sp.m.is.nagoya-u.ac.jp)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages