The Kinetics Dataset could be downloaded via the code released by ActivityNet:
-
Download the videos via the official scripts.
-
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.