Skip to content

Commit

Permalink
revise prepare ucf101
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyue-zephyrus committed Jun 18, 2019
1 parent e7a87b6 commit 7e1962b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data_tools/ucf101/PREPARING_UCF101.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ If you have some SSD, then we recommend extracting frames there for better I/O p
mkdir /mnt/SSD/ucf101_extracted/
ln -s /mnt/SSD/ucf101_extracted/ ../data/ucf101/rawframes
```
Afterwards, run the following script to extract frames.

If you didn't install dense_flow in the installation or only want to play with RGB frames (since extracting optical flow can be both time-comsuming and space-hogging), consider running the following script to extract **RGB-only** frames.
```shell
bash extract_rgb_frames.sh
```

If both rgb and optical flow are required, run the following script to extract frames alternatively.
```shell
bash extract_frames.sh
```
Expand Down

0 comments on commit 7e1962b

Please sign in to comment.