# FFA-Net
**Repository Path**: luojie326/FFA-Net
## Basic Information
- **Project Name**: FFA-Net
- **Description**: FFA-Net: Feature Fusion Attention Network for Single Image Dehazing
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-07-02
- **Last Updated**: 2020-12-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## [FFA-Net: Feature Fusion Attention Network for Single Image Dehazing](https://arxiv.org/abs/1911.07559) (AAAI 2020)
Official implementation.
---
by Xu Qin, Zhilin Wang et al. Peking University and Beijing University of Aeronautics & Astronautics.
### Citation
To be determined.
### Dependencies and Installation
* python3
* PyTorch>=1.0
* NVIDIA GPU+CUDA
* numpy
* matplotlib
* tensorboardX(optional)
### Datasets Preparation
Dataset website:[RESIDE](https://sites.google.com/view/reside-dehaze-datasets/) ; Paper arXiv version:[[RESIDE: A Benchmark for Single Image Dehazing](https://www.google.com/url?q=https%3A%2F%2Farxiv.org%2Fpdf%2F1712.04143.pdf&sa=D&sntz=1&usg=AFQjCNHzdt3kMDsvuJ7Ef6R4ev59OFeRYA)]
FILE STRUCTURE
```
FFA-Net
|-- README.md
|-- net
|-- data
|-- RESIDE
|-- ITS
|-- hazy
|-- *.png
|-- clear
|-- *.png
|-- OTS
|-- hazy
|-- *.jpg
|-- clear
|-- *.jpg
|-- SOTS
|-- indoor
|-- hazy
|-- *.png
|-- clear
|-- *.png
|-- outdoor
|-- hazy
|-- *.jpg
|-- clear
|-- *.png
```