-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename README to README.md
- Loading branch information
1 parent
52e70eb
commit 82304fa
Showing
2 changed files
with
25 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |