Skip to content

Commit

Permalink
[Docs] Fix invalid link (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZheng authored Nov 17, 2021
1 parent b87d4f2 commit 10febee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ Supported methods:
- [x] [FlowNet (ICCV'2015)](configs/flownet/README.md)
- [x] [FlowNet2 (CVPR'2017)](configs/flownet2/README.md)
- [x] [PWC-Net (CVPR'2018)](configs/pwcnet/README.md)
- [x] [LiteFlowNet (CVPR'2018)](config/liteflownet/README.md)
- [x] [LiteFlowNet2 (TPAMI'2020)](config/liteflownet2/README.md)
- [x] [IRR (CVPR'2019)](config/irr/README.md)
- [x] [MaskFlownet (CVPR'2020)](config/maskflownet/README.md)
- [x] [RAFT (ECCV'2020)](config/raft/README.md)
- [x] [LiteFlowNet (CVPR'2018)](configs/liteflownet/README.md)
- [x] [LiteFlowNet2 (TPAMI'2020)](configs/liteflownet2/README.md)
- [x] [IRR (CVPR'2019)](configs/irr/README.md)
- [x] [MaskFlownet (CVPR'2020)](configs/maskflownet/README.md)
- [x] [RAFT (ECCV'2020)](configs/raft/README.md)

## Installation

Expand Down
11 changes: 6 additions & 5 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ https://user-images.githubusercontent.com/76149310/141947796-af4f1e67-60c9-48ed-
- [x] [FlowNet (ICCV'2015)](configs/flownet/README.md)
- [x] [FlowNet2 (CVPR'2017)](configs/flownet2/README.md)
- [x] [PWC-Net (CVPR'2018)](configs/pwcnet/README.md)
- [x] [LiteFlowNet (CVPR'2018)](config/liteflownet/README.md)
- [x] [LiteFlowNet2 (TPAMI'2020)](config/liteflownet2/README.md)
- [x] [IRR (CVPR'2019)](config/irr/README.md)
- [x] [MaskFlownet (CVPR'2020)](config/maskflownet/README.md)
- [x] [RAFT (ECCV'2020)](config/raft/README.md)
- [x] [LiteFlowNet (CVPR'2018)](configs/liteflownet/README.md)
- [x] [LiteFlowNet2 (TPAMI'2020)](configs/liteflownet2/README.md)
- [x] [IRR (CVPR'2019)](configs/irr/README.md)
- [x] [MaskFlownet (CVPR'2020)](configs/maskflownet/README.md)
- [x] [RAFT (ECCV'2020)](configs/raft/README.md)


## 安装

Expand Down

0 comments on commit 10febee

Please sign in to comment.