-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from HowardLi1984/page
Update DATA.md
- Loading branch information
Showing
1 changed file
with
20 additions
and
8 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,11 +1,23 @@ | ||
In order to install UCF-101, you can download the necessary files [here](https://www.crcv.ucf.edu/data/UCF101.php). The code assumes a `ucf101` directory with the following structure | ||
We test our model with [the UCF-101 dataset](https://www.crcv.ucf.edu/data/UCF101.php). UCF101 is an action recognition data set of realistic action videos, collected from YouTube, having 101 action categories. This data set is an extension of UCF50 data set which has 50 action categories. | ||
|
||
In order to download UCF-101 dataset, you can download the necessary files, UCF101.rar in [this link](https://www.crcv.ucf.edu/data/UCF101/UCF101.rar). | ||
|
||
The code assumes a `ucf101` directory with the following structure | ||
|
||
``` | ||
UCF-101/ | ||
ApplyEyeMakeup/ | ||
v1.avi | ||
... | ||
... | ||
YoYo/ | ||
v1.avi | ||
... | ||
ApplyEyeMakeup/ | ||
v1.avi | ||
... | ||
... | ||
YoYo/ | ||
v1.avi | ||
... | ||
``` |