|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 40 | ## v0.8.0 (31/05/2021).
|
4 | 41 |
|
5 | 42 | **Highlights**
|
|
0 commit comments