All Projects → MKFMIKU → PFFNet

MKFMIKU / PFFNet

Licence: MIT license
Solution for NTIRE2018 Image Dehazing Challenge & ACCV2018 Kangfu Mei et al.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PFFNet

Trident-Dehazing-Network
NTIRE 2020 NonHomogeneous Dehazing Challenge (CVPR Workshop 2020) 1st Solution.
Stars: ✭ 42 (-6.67%)
Mutual labels:  dehazing
Semantic-Mono-Depth
Geometry meets semantics for semi-supervised monocular depth estimation - ACCV 2018
Stars: ✭ 98 (+117.78%)
Mutual labels:  accv2018
ICCV2021-Single-Image-Desnowing-HDCWNet
This paper is accepted by ICCV 2021.
Stars: ✭ 47 (+4.44%)
Mutual labels:  dehazing
JSTASR-DesnowNet-ECCV-2020
This is the project page of our paper which has been published in ECCV 2020.
Stars: ✭ 17 (-62.22%)
Mutual labels:  dehazing
Dehazing-PMHLD-Patch-Map-Based-Hybrid-Learning-DehazeNet-for-Single-Image-Haze-Removal-TIP-2020
This is the source code of PMHLD-Patch-Map-Based-Hybrid-Learning-DehazeNet-for-Single-Image-Haze-Removal which has been accepted by IEEE Transaction on Image Processing 2020.
Stars: ✭ 14 (-68.89%)
Mutual labels:  dehazing
Awesome-Computer-Vision-Paper-List
This repository contains all the papers accepted in top conference of computer vision, with convenience to search related papers.
Stars: ✭ 248 (+451.11%)
Mutual labels:  accv2018
GazeFollowing
Code for ACCV2018 paper 'Believe It or Not, We Know What You Are Looking at!'
Stars: ✭ 81 (+80%)
Mutual labels:  accv2018

PFFNet

Our solution for NTIRE2018 Image Dehazing Challenge (20.549db for Indoor and 20.230db for Outdoor), final results could be refer at NTIRE2018. Futher version is accepted by ACCV2018 https://arxiv.org/pdf/1810.02283.pdf. All pretrained models can be found at Here

Preparation

Using data_argument to enchance the datasets, it will produce below datasets

$ python dara_argument.py --fold_A=IndoorTrainHzay --fold_B=IndoorTrainGT --fold_AB=IndoorTrain 

IndoorTrain
    \data   hazy image
    \label  clear image

Train

Using default parameter to train

python train.py --cuda --gpus=4 --train=/path/to/train --test=/path/to/test --lr=0.0001 --step=1000

Test

python test.py --cuda --checkpoints=/path/to/checkpoint --test=/path/to/testimages

Citation

If you use the code in this repository, please cite our paper:

@inproceedings{mei2018pffn,
  title={Progressive Feature Fusion Network for Realistic Image Dehazing},
  author={Mei, Kangfu and Jiang, Aiwen and Li, Juncheng and  Wang, Mingwen},
  booktitle={Asian Conference on Computer Vision (ACCV)},
  year={2018}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].