Skip to content

Commit

Permalink
Update and rename README to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HumamAlwassel authored Jan 6, 2021
1 parent 52e70eb commit 82304fa
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Crawler/README

This file was deleted.

25 changes: 25 additions & 0 deletions Crawler/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# ActivityNet Tools


### Requirements

1. youtube-dl (https://github.com/rg3/youtube-dl/)

### Fetch ActivityNet

To download all the ActivityNet videos run the following command line:
```
mkdir $VIDEO_PATH
chmod +x fetch_activitynet_videos.sh
./fetch_activitynet_videos.sh $VIDEO_PATH activity_net.v1-X.json
```

Where `$VIDEO_PATH` is the path where the videos will be located. If you already
have a subset of the videos, input that directory.


## Missing Data Requests

To accommodate missing data requests, we have made the full dataset available on Google and Baidu drives.
Please fill in this [request form](https://docs.google.com/forms/d/e/1FAIpQLSeKaFq9ZfcmZ7W0B0PbEhfbTHY41GeEgwsa7WobJgGUhn4DTQ/viewform)
to have a 7-day-access to download the videos from the drive folders.

0 comments on commit 82304fa

Please sign in to comment.