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

Update ReadMe #1

Merged
merged 11 commits into from
Aug 29, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update readme_cn
  • Loading branch information
xinntao committed Aug 29, 2021
commit 5140c1e05ef0b0ef856efd57b9ae731218f25671
8 changes: 5 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
python scripts/prepare_example_data.py
```

#### 目的
#### :zero: 目的

我们来假设一个超分辨率 (Super-Resolution) 的任务,输入一张低分辨率的图片,输出高分辨率的图片。低分辨率图片包含了 1) cv2 的 bicubic X4 downsampling 和 2) JPEG 压缩 (quality=70)。

Expand Down Expand Up @@ -246,14 +246,16 @@ python train.py -opt options/example_option.yml --auto_resume

你可以使用 BasicSR-Examples 作为你项目的模板。下面主要展示一下你可能需要的修改。

使用 简单模式 的基本不需要修改,使用 安装模式 的可能需要较多修改,参见[这里](https://github.com/xinntao/BasicSR-examples/blob/installation/README_CN.md#As-a-Template)


1. 设置 *pre-commit* hook
1. 在文件夹根目录, 运行
> pre-commit install
1. 修改 `LICENSE` 文件
1. 修改 `LICENSE` 文件<br>
本仓库使用 *MIT* 许可, 根据需要可以修改成其他许可

使用 简单模式 的基本不需要修改,使用 安装模式 的可能需要较多修改,参见[这里](https://github.com/xinntao/BasicSR-examples/blob/installation/README_CN.md#As-a-Template)

## :e-mail: 联系

如果你有任何问题,或者想要添加你的项目到列表中,欢迎电邮
Expand Down