Skip to content

Commit

Permalink
fix some wrong links
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyue-zephyrus committed Jun 18, 2019
1 parent 32306b6 commit 62645d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cd ../../
```

### Install dense_flow (Optional)
[Dense_flow] is used to calculate the optical flow of videos.
[Dense_flow](https://github.com/yjxiong/dense_flow) is used to calculate the optical flow of videos.

(a) Install OpenCV=2.4.13
```shell
Expand Down
2 changes: 1 addition & 1 deletion data_tools/kinetics400/PREPARING_KINETICS400.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ mmaction
```

For training and evaluating on Kinetics-400, please refer to [GETTING_STARTED.md](https://github.com/open-mmlab/mmaction/GETTING_STARTED.md).
For training and evaluating on Kinetics-400, please refer to [GETTING_STARTED.md](https://github.com/open-mmlab/mmaction/blob/master/GETTING_STARTED.md).
2 changes: 1 addition & 1 deletion data_tools/thumos14/PREPARING_TH14.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ mmaction
│ │ │ ├── video_test_0000001
```

For training and evaluating on THUMOS-14, please refer to [GETTING_STARTED.md](https://github.com/open-mmlab/mmaction/GETTING_STARTED.md).
For training and evaluating on THUMOS-14, please refer to [GETTING_STARTED.md](https://github.com/open-mmlab/mmaction/blob/master/GETTING_STARTED.md).
2 changes: 1 addition & 1 deletion data_tools/ucf101/PREPARING_UCF101.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ mmaction
```

For training and evaluating on UCF101, please refer to [GETTING_STARTED.md](https://github.com/open-mmlab/mmaction/GETTING_STARTED.md).
For training and evaluating on UCF101, please refer to [GETTING_STARTED.md](https://github.com/open-mmlab/mmaction/blob/master/GETTING_STARTED.md).

0 comments on commit 62645d0

Please sign in to comment.