Data Preparation for FineAction-1.3

March 28, 2024 ยท View on GitHub

Download Annotations

You can download the annotation by

bash download_annotation.sh

The annotation should be in data/fineaction/annotations/.

Download Pre-extracted Features

Please put the downloaded feature under the path: data/fineaction/features/.

We provide the following pre-extracted features:

FeatureUrlBackboneFeature Extraction Setting
videomae_hInternVideo RepoVideoMAE-H-K700-16x4x1snippet_stride=16, clip_length=16, frame_interval=1
videomaev2_gVideoMAEv2 RepoVideoMAEv2-g-K710-16x4x1snippet_stride=16, clip_length=16, frame_interval=1
internvideo2_1bOfficial RepoInternVideo2-6Bsnippet_stride=4, clip_length=16, frame_interval=1

Download Raw Videos

Please put the downloaded video under the path: data/fineaction/raw_data/.

You can download the raw video from official website.

Citation

@article{liu2022fineaction,
  title={Fineaction: A fine-grained video dataset for temporal action localization},
  author={Liu, Yi and Wang, Limin and Wang, Yali and Ma, Xiao and Qiao, Yu},
  journal={IEEE Transactions on Image Processing},
  year={2022},
  publisher={IEEE}
}