Skip to content

Commit

Permalink
[Docs] Update changelog_zh_cn (#915)
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
Yshuo-Li authored Jun 8, 2022
1 parent 3ee1354 commit 8b43637
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions docs/zh_cn/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,63 @@
# 变更日志

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

**Highlights主要更新**

1. 支持 FLAVR
2. 支持 AOT-GAN
3. 在 CAIN 中支持 ReduceLROnPlateau 策略

**新功能**

- 支持 AOT-GAN ([#681](https://github.com/open-mmlab/mmediting/pull/681))
- 支持 Vimeo90k-triplet 数据集 ([#810](https://github.com/open-mmlab/mmediting/pull/810))
- 为 mm-assistant 添加默认 config ([#827](https://github.com/open-mmlab/mmediting/pull/827))
- 支持 CPU demo ([#848](https://github.com/open-mmlab/mmediting/pull/848))
-`LoadImageFromFileList` 中支持 `use_cache``backend` ([#857](https://github.com/open-mmlab/mmediting/pull/857))
- 支持 VFIVimeo90K7FramesDataset ([#858](https://github.com/open-mmlab/mmediting/pull/858))
- 在 VFI pipeline 中支持 ColorJitter ([#859](https://github.com/open-mmlab/mmediting/pull/859))
- 支持 ReduceLrUpdaterHook ([#860](https://github.com/open-mmlab/mmediting/pull/860))
- 在 IterBaseRunner 中支持 `after_val_epoch` ([#861](https://github.com/open-mmlab/mmediting/pull/861))
- 支持 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))
- 支持 MAE 评估方式 ([#871](https://github.com/open-mmlab/mmediting/pull/871))
- 使用 mdformat ([#888](https://github.com/open-mmlab/mmediting/pull/888))
- 在 CAIN 中支持 ReduceLROnPlateau 策略 ([#906](https://github.com/open-mmlab/mmediting/pull/906))

**Bug 修复**

- 在 restoration_demo.py 中将 `-` 改为 `_` ([#834](https://github.com/open-mmlab/mmediting/pull/834))
- 移除 requirements/docs.txt 中的 recommonmark ([#844](https://github.com/open-mmlab/mmediting/pull/844))
- 将 README 中的 EDVR 移动到 VSR 类别中 ([#849](https://github.com/open-mmlab/mmediting/pull/849))
- 修改 crop.py,移除跨栏 F-string 中的 `,` ([#855](https://github.com/open-mmlab/mmediting/pull/855))
- 修改 test_pipeline,将重复的 `lq_path` 改为 `gt_path` ([#862](https://github.com/open-mmlab/mmediting/pull/862))
- 修复 TOF-VFI 的 unittest 问题 ([#873](https://github.com/open-mmlab/mmediting/pull/873))
- 解决 VFI demo 中帧序列出错问题 ([#891](https://github.com/open-mmlab/mmediting/pull/891))
- 修复 README 中的 logo & contrib 链接 ([#898](https://github.com/open-mmlab/mmediting/pull/898))
- 修复 indexnet_dimaug_mobv2_1x16_78k_comp1k.py ([#901](https://github.com/open-mmlab/mmediting/pull/901))

**改进**

- 在训练和测试脚本中增加 `--cfg-options` 参数 ([#826](https://github.com/open-mmlab/mmediting/pull/826))
- 更新 MMCV_MAX 到 1.6 ([#829](https://github.com/open-mmlab/mmediting/pull/829))
- 在 README 中更新 TOFlow ([#835](https://github.com/open-mmlab/mmediting/pull/835))
- 恢复 beirf 安装步骤,合并可选要求 ([#836](https://github.com/open-mmlab/mmediting/pull/836))
- 在 citation 中使用 {MMEditing Contributors} ([#838](https://github.com/open-mmlab/mmediting/pull/838))
- 增加定制损失函数的教程 ([#839](https://github.com/open-mmlab/mmediting/pull/839))
- 在 README 中添加安装指南 (wiki ver) ([#845](https://github.com/open-mmlab/mmediting/pull/845))
- 在中文文档中添加“需要帮助翻译”的说明 ([#850](https://github.com/open-mmlab/mmediting/pull/850))
- 在 README_zh-CN.md 中添加微信二维码 ([#851](https://github.com/open-mmlab/mmediting/pull/851))
- 支持 SRFolderVideoDataset 的非零帧索引,修复拼写错误 ([#853](https://github.com/open-mmlab/mmediting/pull/853))
- 创建 docker 的 README.md ([#856](https://github.com/open-mmlab/mmediting/pull/856))
- 优化 IO 流量偏差 ([#881](https://github.com/open-mmlab/mmediting/pull/881))
- 将 wiki/installation 移到 docs ([#883](https://github.com/open-mmlab/mmediting/pull/883))
- 添加 `myst_heading_anchors` ([#887](https://github.com/open-mmlab/mmediting/pull/887))
- 在 inpainting demo 中使用预训练模型链接 ([#892](https://github.com/open-mmlab/mmediting/pull/892))

**贡献者**

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

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

**Highlights主要更新**
Expand Down

0 comments on commit 8b43637

Please sign in to comment.