DeblurGanToDehaze icon indicating copy to clipboard operation
DeblurGanToDehaze copied to clipboard

Transfer DeBlurGan to dehaze

Transfer DeblurGan Network for Fog Removal

DeblurGan paper:https://arxiv.org/pdf/1711.07064.pdf

1. Network structure

Generator

Discriminator

2. Training Dataset

The data set used for training comes from RESIDE data set

3. Defogging results

4. Other

DeblurGan:https://github.com/KupynOrest/DeblurGAN

Other defogging algorithms:

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

Corresponding post:https://www.ravenxrz.ink/archives/summary-iv-definition-and-implementation-of-the-final-defogging-scheme-deblur-ganto-dehaze.html