Skip to content

Commit

Permalink
Changelog of v0.15.0 (open-mmlab#905)
Browse files Browse the repository at this point in the history
* Changelog of v0.15.0

* Update
  • Loading branch information
Yshuo-Li authored May 31, 2022
1 parent d07b04b commit 0b84716
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,62 @@
# Changelog

## v0.15.0 (01/06/2022)

**Highlights**

1. Support AOT-GAN
2. Support FLAVR

**New Features**

- Add configs for AOT-GAN ([#681](https://github.com/open-mmlab/mmediting/pull/681))
- Support Vimeo90k-triplet dataset ([#810](https://github.com/open-mmlab/mmediting/pull/810))
- Add default config for mm-assistant ([#827](https://github.com/open-mmlab/mmediting/pull/827))
- Support CPU demo ([#848](https://github.com/open-mmlab/mmediting/pull/848))
- Support `use_cache` and `backend` in LoadImageFromFileList ([#857](https://github.com/open-mmlab/mmediting/pull/857))
- Support VFIVimeo90K7FramesDataset ([#858](https://github.com/open-mmlab/mmediting/pull/858))
- Support ColorJitter for VFI ([#859](https://github.com/open-mmlab/mmediting/pull/859))
- Support ReduceLrUpdaterHook ([#860](https://github.com/open-mmlab/mmediting/pull/860))
- Support `after_val_epoch` in IterBaseRunner ([#861](https://github.com/open-mmlab/mmediting/pull/861))
- Support FLAVR Net ([#866](https://github.com/open-mmlab/mmediting/pull/866), [#867](https://github.com/open-mmlab/mmediting/pull/867), [#897](https://github.com/open-mmlab/mmediting/pull/897))
- Support MAE metric ([#871](https://github.com/open-mmlab/mmediting/pull/871))
- use mdformat ([#888](https://github.com/open-mmlab/mmediting/pull/888))

**Bug Fixes**

- Change `-` to `_` for restoration_demo.py ([#834](https://github.com/open-mmlab/mmediting/pull/834))
- Remove recommonmark in requirements/docs.txt ([#844](https://github.com/open-mmlab/mmediting/pull/844))
- Move EDVR to VSR category in README.md ([#849](https://github.com/open-mmlab/mmediting/pull/849))
- Remove `,` in multi-line F-string in crop.py ([#855](https://github.com/open-mmlab/mmediting/pull/855))
- Modify double `lq_path` to `gt_path` in test_pipeline ([#862](https://github.com/open-mmlab/mmediting/pull/862))
- Fix unittest of TOF-VFI ([#873](https://github.com/open-mmlab/mmediting/pull/873))
- Fix wrong frames in VFI demo ([#891](https://github.com/open-mmlab/mmediting/pull/891))
- Fix logo & contrib guideline on README ([#898](https://github.com/open-mmlab/mmediting/pull/898))
- Normalizing trimap in indexnet_dimaug_mobv2_1x16_78k_comp1k.py ([#901](https://github.com/open-mmlab/mmediting/pull/901))

**Improvements**

- Add `--cfg-options` in train/test scripts ([#826](https://github.com/open-mmlab/mmediting/pull/826))
- Update MMCV_MAX to 1.6 ([#829](https://github.com/open-mmlab/mmediting/pull/829))
- Update TOFlow in README ([#835](https://github.com/open-mmlab/mmediting/pull/835))
- Recover beirf installation steps & merge optional requirements ([#836](https://github.com/open-mmlab/mmediting/pull/836))
- Use {MMEditing Contributors} in citation ([#838](https://github.com/open-mmlab/mmediting/pull/838))
- Add tutorial for customizing losses ([#839](https://github.com/open-mmlab/mmediting/pull/839))
- Add installation guide (wiki ver) in README ([#845](https://github.com/open-mmlab/mmediting/pull/845))
- Add a 'need help to traslate' note on Chinese documentation ([#850](https://github.com/open-mmlab/mmediting/pull/850))
- Add wechat QR code in README_zh-CN.md ([#851](https://github.com/open-mmlab/mmediting/pull/851))
- Support non-zero frame index for SRFolderVideoDataset & Fix Typos ([#853](https://github.com/open-mmlab/mmediting/pull/853))
- Create README.md for docker ([#856](https://github.com/open-mmlab/mmediting/pull/856))
- Optimize IO for flow_warp ([#881](https://github.com/open-mmlab/mmediting/pull/881))
- Move wiki/installation to docs ([#883](https://github.com/open-mmlab/mmediting/pull/883))
- Add `myst_heading_anchors` ([#887](https://github.com/open-mmlab/mmediting/pull/887))
- Use checkpoint link in inpainting demo ([#892](https://github.com/open-mmlab/mmediting/pull/892))
- Update config and README of CAIN ([#906](https://github.com/open-mmlab/mmediting/pull/906))

**Contributors**

@wangruohui @quincylin1 @nijkah @jayagami @ckkelvinchan @ryanxingql @NK-CS-ZZL @Yshuo-Li

## v0.14.0 (01/04/2022)

**Highlights**
Expand Down

0 comments on commit 0b84716

Please sign in to comment.