Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 1.47 KB

README-zh.md

File metadata and controls

48 lines (24 loc) · 1.47 KB

迁移DeblurGan网络做去雾工作

DeblurGan论文:https://arxiv.org/pdf/1711.07064.pdf

1. 网络结构

Generator

Discriminator

2. 训练数据集

训练所用数据集来自 RESIDE数据集

3. 去雾效果

4. 其它

参考了DeblurGan的实现:https://github.com/KupynOrest/DeblurGAN

其余去雾算法:

  1. DCP去雾Matlab实现
  2. MSCNN去雾Matlab实现
  3. MSCNN去雾Keras实现
  4. MSCNN去雾TensorFlow实现
  5. Dehaze-GAN TensorFlow实现

对应博文:https://www.ravenxrz.ink/archives/summary-iv-definition-and-implementation-of-the-final-defogging-scheme-deblur-ganto-dehaze.html