|
1 | 1 | # 变更日志
|
2 | 2 |
|
| 3 | +## v0.13.0 (01/03/2022) |
| 4 | + |
| 5 | +**Highlights主更新要** |
| 6 | + |
| 7 | +1. 支持 CAIN |
| 8 | +2. 支持 EDVR-L |
| 9 | +3. 支持在 Windows 系统中运行 |
| 10 | + |
| 11 | +**New Features** |
| 12 | + |
| 13 | +- 为图像和视频添加测试时间 ensemble,并支持 BasicVSR 系列中的 ensemble ([#585](https://github.com/open-mmlab/mmediting/pull/585)) |
| 14 | +- 支持 AOT-GAN (正在进行中的工作) ([#674](https://github.com/open-mmlab/mmediting/pull/674), [#675](https://github.com/open-mmlab/mmediting/pull/675), [#676](https://github.com/open-mmlab/mmediting/pull/676)) |
| 15 | +- 支持 CAIN ([#683](https://github.com/open-mmlab/mmediting/pull/683), [#691](https://github.com/open-mmlab/mmediting/pull/691), [#709](https://github.com/open-mmlab/mmediting/pull/709), [#713](https://github.com/open-mmlab/mmediting/pull/713)) |
| 16 | +- 新增 basic interpolater ([#687](https://github.com/open-mmlab/mmediting/pull/687)) |
| 17 | +- 新增 BaseVFIDataset and VFIVimeo90KDataset ([#695](https://github.com/open-mmlab/mmediting/pull/695), [#697](https://github.com/open-mmlab/mmediting/pull/697)) |
| 18 | +- 新增 video interpolation demo ([#688](https://github.com/open-mmlab/mmediting/pull/688), [#717](https://github.com/open-mmlab/mmediting/pull/717)) |
| 19 | +- 在 RDDBNet 中支持多种 scale ([#699](https://github.com/open-mmlab/mmediting/pull/699)) |
| 20 | +- 在 demo 中支持 Ref-SR 推理 ([#716](https://github.com/open-mmlab/mmediting/pull/716)) |
| 21 | +- 在 REDS 数据集上支持 EDVR-L ([#719](https://github.com/open-mmlab/mmediting/pull/719)) |
| 22 | +- 支持 CPU 训练 ([#720](https://github.com/open-mmlab/mmediting/pull/720)) |
| 23 | +- 支持在 Windows 中运行 ([#732](https://github.com/open-mmlab/mmediting/pull/732), [#738](https://github.com/open-mmlab/mmediting/pull/738)) |
| 24 | +- 支持 CPU 中的 DCN ([#735](https://github.com/open-mmlab/mmediting/pull/735)) |
| 25 | + |
| 26 | +**Bug 修复** |
| 27 | + |
| 28 | +- 修复文档中的链接问题 ([#703](https://github.com/open-mmlab/mmediting/pull/703), [#704](https://github.com/open-mmlab/mmediting/pull/704)) |
| 29 | +- 修复 Dockerfile 中的 `MMCV` 参数 ([#708](https://github.com/open-mmlab/mmediting/pull/708)) |
| 30 | +- 修复不可执行文件的文件权限 ([#718](https://github.com/open-mmlab/mmediting/pull/718)) |
| 31 | +- 修复一些与 numpy 相关的弃用警告 ([#728](https://github.com/open-mmlab/mmediting/pull/728)) |
| 32 | +- 删除 `TestVFIDataset` 中的 `__init__` ([#731](https://github.com/open-mmlab/mmediting/pull/731)) |
| 33 | +- 修复数据集说明文档中的数据类型 ([#739](https://github.com/open-mmlab/mmediting/pull/739)) |
| 34 | +- 修复说明文档中的数学符号 ([#741](https://github.com/open-mmlab/mmediting/pull/741)) |
| 35 | +- 修复 copyright commit hook 中忽略的文件夹 ([#754](https://github.com/open-mmlab/mmediting/pull/754)) |
| 36 | +- 删除加载中的重复测试 ([#756](https://github.com/open-mmlab/mmediting/pull/756)) |
| 37 | + |
| 38 | +**改进** |
| 39 | + |
| 40 | +- 将 CI 中的 Pillow 版本从 6.2.2 to更新至 8.4 ([#693](https://github.com/open-mmlab/mmediting/pull/693)) |
| 41 | +- 在 SRREDSMultipleGTDataset 中增加 'repeat' 参数 ([#672](https://github.com/open-mmlab/mmediting/pull/672)) |
| 42 | +- 弃用对 "python setup.py test" 的支持 ([#701](https://github.com/open-mmlab/mmediting/pull/701)) |
| 43 | +- 在训练和测试中添加 `multi-processing` 设置 ([#707](https://github.com/open-mmlab/mmediting/pull/707)) |
| 44 | +- 添加 OpenMMLab 网站和平台链接 ([#710](https://github.com/open-mmlab/mmediting/pull/710)) |
| 45 | +- 重构各模型的 README 文件 ([#712](https://github.com/open-mmlab/mmediting/pull/712)) |
| 46 | +- 使用 `package.version.parse` 替代字符串版本比较 ([#723](https://github.com/open-mmlab/mmediting/pull/723)) |
| 47 | +- 添加 Ref-SR 演示和视频帧插值演示的文档 ([#724](https://github.com/open-mmlab/mmediting/pull/724)) |
| 48 | +- 重构 README.md 并增加插帧算法相关内容 ([#726](https://github.com/open-mmlab/mmediting/pull/726)) |
| 49 | +- 更新 pre-commit hook 中的 isort 版本 ([#727](https://github.com/open-mmlab/mmediting/pull/727)) |
| 50 | +- 重新设计 Linux 的 CI ([#734](https://github.com/open-mmlab/mmediting/pull/734)) |
| 51 | +- 更新 install.md ([#763](https://github.com/open-mmlab/mmediting/pull/763)) |
| 52 | +- 在 README 文件中重新组织 OpenMMLab 项目 ([#764](https://github.com/open-mmlab/mmediting/pull/764)) |
| 53 | +- 为部署工具添加弃用消息 ([#765](https://github.com/open-mmlab/mmediting/pull/765)) |
| 54 | + |
| 55 | +**贡献者** |
| 56 | + |
| 57 | +@wangruohui @ckkelvinchan @Yshuo-Li @quincylin1 @Juggernaut93 @anse3832 @nijkah |
| 58 | + |
3 | 59 | ## v0.12.0 (31/12/2021)
|
4 | 60 |
|
5 | 61 | **主要更新**
|
|
13 | 69 | - 支持 RealBasicVSR ([#632](https://github.com/open-mmlab/mmediting/pull/632), [#633](https://github.com/open-mmlab/mmediting/pull/633), [#647](https://github.com/open-mmlab/mmediting/pull/647), [#680](https://github.com/open-mmlab/mmediting/pull/680))
|
14 | 70 | - 支持 Real-ESRGAN 预训练模型 ([#635](https://github.com/open-mmlab/mmediting/pull/635))
|
15 | 71 | - 加载图片时支持转化到 Y 通道 ([643](https://github.com/open-mmlab/mmediting/pull/643))
|
16 |
| -- 训练时支持随机视频压缩Support random video compression during training ([#646](https://github.com/open-mmlab/mmediting/pull/646)) |
| 72 | +- 训练时支持随机视频压缩 ([#646](https://github.com/open-mmlab/mmediting/pull/646)) |
17 | 73 | - 支持裁剪序列 ([#648](https://github.com/open-mmlab/mmediting/pull/648))
|
18 | 74 | - 支持 pixel_unshuffle ([#684](https://github.com/open-mmlab/mmediting/pull/684))
|
19 | 75 |
|
|
0 commit comments