Home

Awesome

Keypoint Extraction with HRNet on the Volleyball / Collective Activity Dataset

The project is an official implementation of the keypoint extraction part of our ECCV 2022 paper COMPOSER: Compositional Reasoning of Group Activity in Videos with Keypoint-Only Modality.

If you find our repo useful in your research, please use the following BibTeX entry for citation.

@article{zhou2022composer,
  title={COMPOSER: Compositional Reasoning of Group Activity in Videos with Keypoint-Only Modality},
  author={Zhou, Honglu and Kadav, Asim and Shamsian, Aviv and Geng, Shijie and Lai, Farley and Zhao, Long and Liu, Ting and Kapadia, Mubbasir and Graf, Hans Peter},
  journal={Proceedings of the 17th European Conference on Computer Vision (ECCV 2022)},
  year={2022}
}

Installation

Please follow the instructions here for installation.

Preparation after Installation

git clone https://github.com/leoxiaobin/deep-high-resolution-net.pytorch

Keypoint Extraction on Volleyball

deep-high-resolution-net.pytorch$ cd demo
deep-high-resolution-net.pytorch/demo$ python volleyball_joint_feature_extraction.py --dataset_path path_to_volleyball_videos --track_path path_to_tracks_normalized --save_path path_to_save_extracted_keypoints

Keypoint Extraction on Collective Activity

deep-high-resolution-net.pytorch$ cd demo
deep-high-resolution-net.pytorch/demo$ python collective_joint_feature_extraction.py --dataset_path path_to_collective_activity_videos --track_path path_to_tracks_normalized --save_path path_to_save_extracted_keypoints