Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move model zoo. #286

Merged
merged 1 commit into from
Apr 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@ Documentation: https://mmediting.readthedocs.io/en/latest/.

The toolbox provides state-of-the-art methods in inpainting/matting/super-resolution/generation.

## License

This project is released under the [Apache 2.0 license](LICENSE).

## Changelog

v0.6.0 was released in 2021-3-31.

Note that **MMSR** has been merged into this repo, as a part of MMEditing.
With elaborate designs of the new framework and careful implementations,
hope MMEditing could provide better experience.

## Model Zoo

Supported algorithms:
Expand Down Expand Up @@ -101,6 +89,17 @@ Supported algorithms:

Please refer to [model_zoo](https://mmediting.readthedocs.io/en/latest/modelzoo.html) for more details.

## License

This project is released under the [Apache 2.0 license](LICENSE).

## Changelog

v0.6.0 was released in 2021-3-31.

Note that **MMSR** has been merged into this repo, as a part of MMEditing.
With elaborate designs of the new framework and careful implementations,
hope MMEditing could provide better experience.
## Installation

Please refer to [install.md](docs/install.md) for installation.
Expand Down
26 changes: 12 additions & 14 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,9 @@ MMEditing 是基于 PyTorch 的图像&视频编辑开源工具箱。是 [OpenMML

MMEditing 提供修复/抠图/超分辨率/生成等任务最先进的算法.

## 许可证

本项目开源自 [Apache 2.0 license](LICENSE)。

## 更新记录

v0.6.0 版本已于 2021 年 3 月 31 日发布.

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

## 模型库



Supported algorithms:
支持的算法:

<details open>
<summary>修复</summary>
Expand Down Expand Up @@ -100,6 +87,17 @@ Supported algorithms:
</details>

请参考[模型库](https://mmediting.readthedocs.io/en/latest/modelzoo.html)了解详情。
## 许可证

本项目开源自 [Apache 2.0 license](LICENSE)。

## 更新记录

v0.6.0 版本已于 2021 年 3 月 31 日发布.

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


## 安装

Expand Down