Skip to content

Commit

Permalink
Bump v0.4.2 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZheng authored May 31, 2022
1 parent 298b3bb commit 8aee672
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 27 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ https://user-images.githubusercontent.com/76149310/141947796-af4f1e67-60c9-48ed-

## What's New

**v0.4.1** was released in 04/29/2022:

- Support occlusion estimation methods including flow forward-backward consistency, range map of the backward flow, and flow forward-backward abstract difference
**v0.4.2** was released in 05/31/2022:

Please refer to [changelog.md](docs/en/changelog.md) for details and release history.

Expand Down
44 changes: 21 additions & 23 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,34 +62,12 @@ https://user-images.githubusercontent.com/76149310/141947796-af4f1e67-60c9-48ed-
MMFlow 支持了众多主流经典的光流算法,例如 FlowNet, PWC-Net, RAFT 等,
以及多种数据集的准备和构建,如 FlyingChairs, FlyingThings3D, Sintel, KITTI 等。

## 开源许可证

该项目采用 [Apache 2.0 开源许可证](LICENSE)

## 更新日志

最新的 v0.4.1 版本已经在 2022.04.29 发布:

- 支持三种遮挡估计的方法,包括 flow forward-backward consistency,range map of the backward flow,和 flow forward-backward abstract difference
最新的 v0.4.2 版本已经在 2022.05.31 发布:

如果想了解更多版本更新细节和历史信息,请参考[更新日志](docs/en/changelog.md)

## 基准测试和模型库

测试结果和模型可以在[模型库](docs/zh_cn/model_zoo.md)中找到。

已支持的算法:

- [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)](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)
- [x] [GMA (ICCV' 2021)](configs/gma/README.md)

## 安装

请参考[安装文档](docs/en/install.md)进行安装, 参考[数据准备](docs/en/dataset_prepare.md)准备数据集。
Expand All @@ -113,6 +91,22 @@ MMFlow 也提供了其他更详细的教程,包括:

- [自定义模型运行参数](docs/en/tutorials/5_customize_runtime.md)

## 基准测试和模型库

测试结果和模型可以在[模型库](docs/zh_cn/model_zoo.md)中找到。

已支持的算法:

- [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)](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)
- [x] [GMA (ICCV' 2021)](configs/gma/README.md)

## 贡献指南

我们感谢所有的贡献者为改进和提升 MMFlow 所作出的努力。请参考[贡献指南](https://github.com/open-mmlab/mmcv/blob/master/CONTRIBUTING.md)来了解参与项目贡献的相关指引。
Expand All @@ -130,6 +124,10 @@ MMFlow 也提供了其他更详细的教程,包括:
}
```

## 开源许可证

该项目采用 [Apache 2.0 开源许可证](LICENSE)

## OpenMMLab 的其他项目

- [MMCV](https://github.com/open-mmlab/mmcv): OpenMMLab 计算机视觉基础库
Expand Down
14 changes: 14 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v0.4.2(05/31/2022)

### Bug Fixes

- Inference bug for sparse flow map ([133](https://github.com/open-mmlab/mmflow/pull/133))
- H and W input images must be divisible by 2\*\*6 ([136](https://github.com/open-mmlab/mmflow/pull/136))

### Documents

- Configure Myst-parser to parse anchor tag ([129](https://github.com/open-mmlab/mmflow/pull/129))
- Replace markdownlint with mdformat for avoiding installing ruby ([130](https://github.com/open-mmlab/mmflow/pull/130))
- Rewrite install and README by ([139](https://github.com/open-mmlab/mmflow/pull/139), [140](https://github.com/open-mmlab/mmflow/pull/140),
[141](https://github.com/open-mmlab/mmflow/pull/141), [144](https://github.com/open-mmlab/mmflow/pull/144), [145](https://github.com/open-mmlab/mmflow/pull/145))

## v0.4.1(04/29/2022)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion mmflow/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) OpenMMLab. All rights reserved.

__version__ = '0.4.1'
__version__ = '0.4.2'
short_version = __version__


Expand Down

0 comments on commit 8aee672

Please sign in to comment.