https://github.com/soumik12345/aodnet
Tensorflow implementation of An All-in-One Network for Dehazing and Beyond
https://github.com/soumik12345/aodnet
dehazenet dehazing tensorflow2
Last synced: 5 months ago
JSON representation
Tensorflow implementation of An All-in-One Network for Dehazing and Beyond
- Host: GitHub
- URL: https://github.com/soumik12345/aodnet
- Owner: soumik12345
- License: mit
- Created: 2021-02-07T14:16:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T20:21:00.000Z (over 4 years ago)
- Last Synced: 2025-05-12T13:12:46.623Z (5 months ago)
- Topics: dehazenet, dehazing, tensorflow2
- Language: Jupyter Notebook
- Homepage: https://share.streamlit.io/soumik12345/aodnet/app.py
- Size: 23.4 MB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AODNet
[](https://share.streamlit.io/soumik12345/aodnet/app.py)
Tensorflow implementation of [An All-in-One Network for Dehazing and Beyond](https://arxiv.org/pdf/1707.06543.pdf).

**Training Notebook:** [](https://colab.research.google.com/github/soumik12345/AODNet/blob/master/notebooks/AODnet_Train.ipynb)
**Training Logs:** [https://wandb.ai/19soumik-rakshit96/aodnet](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},
}
```