Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.21 KB

AODNet

Tensorflow implementation of An All-in-One Network for Dehazing and Beyond.

Training Notebook:

Training Logs: https://wandb.ai/19soumik-rakshit96/aodnet

Instructions for running Inference

  • python3 -m pip install -r requirements.txt

  • python3 -m streamlit run app.py

Results - Looking Through the Haze of Delhi

Reference

@misc{
    1707.06543,
    Author = {Boyi Li and Xiulian Peng and Zhangyang Wang and Jizheng Xu and Dan Feng},
    Title = {An All-in-One Network for Dehazing and Beyond},
    Year = {2017},
    Eprint = {arXiv:1707.06543},
}