JacobYuan7 / DIN-Group-Activity-Recognition-Benchmark

[ICCV 2021] A new codebase containing various methods for Group Activity Recognition. Paper title: Spatio-Temporal Dynamic Inference Network for Group Activity Recognition.
MIT License
52 stars 15 forks source link

Stage 1 (Volleyball): Missing file tracks_normalized.pkl #3

Closed daniel-richter closed 2 years ago

daniel-richter commented 2 years ago

For executing scripts/train_volleyball_stage1.py there is a missing file tracks_normalized.pkl. To get it working, I downloaded the file available at cvlab-epfl/social-scene-understanding:

cd data/volleyball/videos
wget https://raw.githubusercontent.com/cvlab-epfl/social-scene-understanding/master/data/volleyball/tracks_normalized.pkl
JacobYuan7 commented 2 years ago

Thanks for pointing out! I have merged your commits.