Skip to content

Commit

Permalink
Crawler to download Kinetics data
Browse files Browse the repository at this point in the history
The provided link doesn't show how to download the dataset, I had to look for the crawler whose code is provided in github by ActivityNet
  • Loading branch information
MounirB authored May 16, 2018
1 parent 4d841a5 commit c1f8224
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/kinetics_train.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ This tutorial will help you, step-by-step, how to train a video model from scrat

## Preparing data

* Download the [Kinetics](https://deepmind.com/research/open-source/open-source-datasets/kinetics/) dataset.
* Download the [Kinetics](https://deepmind.com/research/open-source/open-source-datasets/kinetics/) dataset by following the steps provided [here](https://github.com/activitynet/ActivityNet/blob/master/Crawler/Kinetics/README.md).


* You then need to pre-process the videos into clips (of 10 seconds). The Kinetics dataset is provided with temporal segments for each video, thus you can use some tool like ffmpeg to extract the clips from the download videos. For examples:

Expand Down

0 comments on commit c1f8224

Please sign in to comment.