1 Star 0 Fork 1

Mike_W / Super_resolution

forked from WinterDream / Super_resolution 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

RCAN

This repository is implementation of the "Image Super-Resolution Using Very Deep Residual Channel Attention Networks".

Requirements

  • PyTorch
  • Tensorflow
  • tqdm
  • Numpy
  • Pillow

Tensorflow is required for quickly fetching image in training phase.

Results

For below results, we set the number of residual groups as 6, the number of RCAB as 12, the number of features as 64.
In addition, we use a intermediate weights because training process need to take a looong time on my computer. 😭

Original BICUBIC x2 RCAN x2

Usages

Train

When training begins, the model weights will be saved every epoch.
If you want to train quickly, you should use --use_fast_loader option.

Test

Output results consist of restored images by the BICUBIC and the RCAN.

体会

比赛最后生成的图片像素有点大,资源有限,自己掏钱买了一台1080ti电脑,吃了大半年土,奈何一块1080ti还是太low。 对一块显卡的人来说DBPN,RCAN层数必须要减少一下,否则测试会内存溢出,也试了下cvpr2019的SAN,也必须阉割一下。后面由于实习等原因放弃了,能学以致,这次比赛真的是不错的体验,一起加油吧

空文件

简介

优酷阿里超分辨率重构比赛 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/Mike_W/Super_resolution.git
git@gitee.com:Mike_W/Super_resolution.git
Mike_W
Super_resolution
Super_resolution
master

搜索帮助