Skip to content

Commit 21d3340

Browse files
Yshuo-Liliyinshuo
andauthored
Add change log of v0.9.0 (open-mmlab#411)
* Add change log of v0.9.0 * Update Co-authored-by: liyinshuo <[email protected]>
1 parent 5ba604d commit 21d3340

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Supported algorithms:
7878
- [x] [TDAN](configs/restorers/tdan/README.md) (CVPR'2020)
7979
- [x] [TOF](configs/restorers/tof/README.md) (IJCV'2019)
8080
- [x] [TTSR](configs/restorers/ttsr/README.md) (CVPR'2020)
81+
- [x] [DIC](configs/restorers/dic/README.md) (CVPR'2020)
8182

8283
</details>
8384

@@ -98,7 +99,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
9899

99100
## Changelog
100101

101-
v0.8.0 was released in 2021-5-31.
102+
v0.9.0 was released in 2021-6-31.
102103

103104
Note that **MMSR** has been merged into this repo, as a part of MMEditing.
104105
With elaborate designs of the new framework and careful implementations,

README_zh-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ MMEditing 是基于 PyTorch 的图像&视频编辑开源工具箱。是 [OpenMML
7878
- [x] [TDAN](configs/restorers/tdan/README.md) (CVPR'2020)
7979
- [x] [TOF](configs/restorers/tof/README.md) (IJCV'2019)
8080
- [x] [TTSR](configs/restorers/ttsr/README.md) (CVPR'2020)
81+
- [x] [DIC](configs/restorers/dic/README.md) (CVPR'2020)
8182

8283
</details>
8384

@@ -96,7 +97,7 @@ MMEditing 是基于 PyTorch 的图像&视频编辑开源工具箱。是 [OpenMML
9697

9798
## 更新记录
9899

99-
v0.8.0 版本已于 2021 年 5 月 31 日发布.
100+
v0.9.0 版本已于 2021 年 6 月 31 日发布.
100101

101102
需要注意的是 **MMSR** 已作为 MMEditing 的一部分并入本仓库。
102103
MMEditing 缜密地设计新的框架并将其精心实现,希望能够为您带来更好的体验。

docs/changelog.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## v0.9.0 (31/06/2021).
4+
5+
**Highlights**
6+
7+
1. Support DIC and DIC-GAN (CVPR'2020)
8+
2. Support GLEAN Cat 8x (CVPR'2021)
9+
3. Support TTSR-GAN (CVPR'2020)
10+
4. Add basic tutorial for SR models
11+
12+
**New Features**
13+
14+
- Add DIC ([#342](https://github.com/open-mmlab/mmediting/pull/342), [#345](https://github.com/open-mmlab/mmediting/pull/345), [#348](https://github.com/open-mmlab/mmediting/pull/348), [#350](https://github.com/open-mmlab/mmediting/pull/350), [#351](https://github.com/open-mmlab/mmediting/pull/351), [#357](https://github.com/open-mmlab/mmediting/pull/357), [#363](https://github.com/open-mmlab/mmediting/pull/363), [#365](https://github.com/open-mmlab/mmediting/pull/365), [#366](https://github.com/open-mmlab/mmediting/pull/366))
15+
- Add SRFolderMultipleGTDataset ([#355](https://github.com/open-mmlab/mmediting/pull/355))
16+
- Add GLEAN Cat 8x ([#367](https://github.com/open-mmlab/mmediting/pull/367))
17+
- Add SRFolderVideoDataset ([#370](https://github.com/open-mmlab/mmediting/pull/370))
18+
- Add basic tutorial for SR models ([#380](https://github.com/open-mmlab/mmediting/pull/380))
19+
- Add TTSR-GAN ([#372](https://github.com/open-mmlab/mmediting/pull/372), [#381](https://github.com/open-mmlab/mmediting/pull/381), [#383](https://github.com/open-mmlab/mmediting/pull/383), [#398](https://github.com/open-mmlab/mmediting/pull/398))
20+
- Add DIC-GAN ([#392](https://github.com/open-mmlab/mmediting/pull/392), [#393](https://github.com/open-mmlab/mmediting/pull/393), [#394](https://github.com/open-mmlab/mmediting/pull/394))
21+
22+
**Bug Fixes**
23+
24+
- Fix Typo errors ([#371](https://github.com/open-mmlab/mmediting/pull/371))
25+
- Fix bug in restoration_video_inference.py ([#379](https://github.com/open-mmlab/mmediting/pull/379))
26+
- Fix Config of LIIF ([#368](https://github.com/open-mmlab/mmediting/pull/368))
27+
- Change the path to pre-trained EDVR-M ([#396](https://github.com/open-mmlab/mmediting/pull/396))
28+
- Fix normalization in restoration_video_inference ([#406](https://github.com/open-mmlab/mmediting/pull/406))
29+
- Fix [brush_stroke_mask] error in unittest ([#409](https://github.com/open-mmlab/mmediting/pull/409))
30+
31+
**Improvements**
32+
33+
- Add Custom_hooks ([#362](https://github.com/open-mmlab/mmediting/pull/362))
34+
- Change mmcv minimum version ([#378](https://github.com/open-mmlab/mmediting/pull/378))
35+
- Refactor unittest folder structure ([#386](https://github.com/open-mmlab/mmediting/pull/386))
36+
- Add documents and download link for Vid4 ([#399](https://github.com/open-mmlab/mmediting/pull/399))
37+
- Update model zoo for documents ([#400](https://github.com/open-mmlab/mmediting/pull/400))
38+
- Update metafile ([407](https://github.com/open-mmlab/mmediting/pull/407))
39+
340
## v0.8.0 (31/05/2021).
441

542
**Highlights**

0 commit comments

Comments
 (0)