5月12号
# 2021.05.12
# 目前进度
- 看论文《Rain Streak Removal via Dual Graph Convolutional Network》,学习GCN
- 重构《Exploiting Global and Local Attentions for Heavy Rain Removal on Single Images》代码并复现 论文:Out-Rain:25.58/0.880(26.08/0.8449),Rain100H:29.88/0.927(复现结果:29.63/0.8895)
# 本周计划
找项目相关论文
重构《Exploiting Global and Local Attentions for Heavy Rain Removal on Single Images》代码并复现
实验:
在作者数据集上
构思实验
- Baseline:SAT+MSRN(UNet)
- 实验一:HF、LF之后添加SKFF + SAT+MSRN
- 实验二:SAT+MSRN,MSRB块添加后投影(改进版)
- 实验三:SAT+MSRN,MSRB块添加CA
- 实验四:SAT+MSRN,MSRB块添加后投影(改进版)添加CA
编辑 (opens new window)