We provide our labels in the labels
directory.
-
We download the official version of Kinetics from the dataset provider and videos are resized using code here.
-
After all the videos are downloaded, prepare the csv files for training and validation as
train.csv
andval.csv
. The format of the CSV file is:
<path_1>,<label_1>
<path_2>,<label_2>
...
<path_n>,<label_n>
where <path_i>
points to a video file, and <label_i>
is an integer between 0
and num_classes - 1
.
Since some videos may no longer be available, it will lead to a small performance gap.
-
Please download the dataset and annotations from the dataset provider.
-
Set up the training and validation CSV files as above for Kinetics.
-
Please download the dataset and annotations from the dataset provider. Note that we use the V2 splits.
-
Set up the training and validation CSV files as above for Kinetics.