/AOD-GAN

pytorch implementation AOD-GAN:A real time video dehaze model

AOD-GAN

AOD-GAN is based on AOD-Net:An All-in-One Network for Dehazing and Beyond. AOD-Net is a lightly model application to image dehaze.we extend the model and called AOD-GAN.

Compare

model Architecture GAN Loss MSE Loss Perception Loss
AOD-GAN Only G NO Yes NO
AOD-Net G + D Yes Yes Yes

Environmention:

  • Python 3
  • Pytorch 0.4
  • ubuntu 16.04

Test On Image

python TestImage.py --input input_image --output_image

Test On Video

python TestVideo.py --input input_video.mp4

Results inputoutputdetect inputoutputdetect inputoutputdetect inputoutputdetect inputoutputdetect

References