Skip to content

Commit

Permalink
Merge pull request #85 from HowardLi1984/page
Browse files Browse the repository at this point in the history
Update DATA.md
  • Loading branch information
LinB203 authored Mar 7, 2024
2 parents 6648c7b + 6faad97 commit 7f6f8fd
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions docs/DATA.md
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
        ...
```

0 comments on commit 7f6f8fd

Please sign in to comment.