Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 822 Bytes

DATASET.md

File metadata and controls

19 lines (13 loc) · 822 Bytes

Dataset Preparation

Kinetics

The Kinetics Dataset could be downloaded via the code released by ActivityNet:

  1. Download the videos via the official scripts.

  2. After all the videos were downloaded, resize the video to the short edge size of 256, then prepare the csv files for training, validation, and testing set as train.csv, val.csv, test.csv. The format of the csv file is:

path_to_video_1 label_1
path_to_video_2 label_2
path_to_video_3 label_3
...
path_to_video_N label_N

More info about video dataset preparation can be found in PySlowFast. For dataset specific issues, please reach out to the dataset provider.