All Projects → lj1995-computer-vision → Trident-Dehazing-Network

lj1995-computer-vision / Trident-Dehazing-Network

Licence: other
NTIRE 2020 NonHomogeneous Dehazing Challenge (CVPR Workshop 2020) 1st Solution.

Programming Languages

Cuda
1817 projects
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Trident-Dehazing-Network

JSTASR-DesnowNet-ECCV-2020
This is the project page of our paper which has been published in ECCV 2020.
Stars: ✭ 17 (-59.52%)
Mutual labels:  dehaze, 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 (-66.67%)
Mutual labels:  dehaze, dehazing
SwinIR
SwinIR: Image Restoration Using Swin Transformer (official repository)
Stars: ✭ 1,260 (+2900%)
Mutual labels:  super-resolution, low-level-vision
ICCV2021-Single-Image-Desnowing-HDCWNet
This paper is accepted by ICCV 2021.
Stars: ✭ 47 (+11.9%)
Mutual labels:  dehazing, low-level-vision
GMAN Net Haze Removal
Single Image Dehazing with a Generic Model-Agnostic Convolutional Neural Network
Stars: ✭ 28 (-33.33%)
Mutual labels:  dehaze
SR Framework
A generic framework which implements some famouts super-resolution models
Stars: ✭ 54 (+28.57%)
Mutual labels:  super-resolution
EmiyaEngine
只要蘊藏著想成為真物的意志,偽物就比真物還要來得真實。
Stars: ✭ 27 (-35.71%)
Mutual labels:  super-resolution
libsrcnn
Super-Resolution imaging with Convolutional Neural Network library for G++, Non-OpenCV model.
Stars: ✭ 14 (-66.67%)
Mutual labels:  super-resolution
LightFieldReconstruction
High-Dimensional Dense Residual Convolutional Neural Network for Light Field Reconstruction
Stars: ✭ 50 (+19.05%)
Mutual labels:  super-resolution
Super resolution Survey
A survey of recent application of deep learning on super-resolution tasks
Stars: ✭ 32 (-23.81%)
Mutual labels:  super-resolution
ECNDNet
Enhanced CNN for image denoising (CAAI Transactions on Intelligence Technology, 2019)
Stars: ✭ 58 (+38.1%)
Mutual labels:  low-level-vision
tf-bsrn-sr
Official implementation of block state-based recursive network (BSRN) for super-resolution in TensorFlow
Stars: ✭ 28 (-33.33%)
Mutual labels:  super-resolution
EDVR Keras
Keras implementation of EDVR: Video Restoration with Enhanced Deformable Convolutional Networks
Stars: ✭ 35 (-16.67%)
Mutual labels:  super-resolution
TC-YoukuVSRE
天池2019阿里巴巴优酷视频增强和超分辨率挑战赛自用代码,EDVR、WDSR、ESRGAN三个模型。
Stars: ✭ 41 (-2.38%)
Mutual labels:  super-resolution
CF-Net
Official repository of "Deep Coupled Feedback Network for Joint Exposure Fusion and Image Super-Resolution"
Stars: ✭ 55 (+30.95%)
Mutual labels:  super-resolution
FISR
Official repository of FISR (AAAI 2020).
Stars: ✭ 72 (+71.43%)
Mutual labels:  super-resolution
dehaze
[Preprint] "Improved Techniques for Learning to Dehaze and Beyond: A Collective Study"
Stars: ✭ 46 (+9.52%)
Mutual labels:  dehaze
CWR
Code and dataset for Single Underwater Image Restoration by Contrastive Learning, IGARSS 2021, oral.
Stars: ✭ 43 (+2.38%)
Mutual labels:  low-level-vision
ECBSR
Edge-oriented Convolution Block for Real-time Super Resolution on Mobile Devices, ACM Multimedia 2021
Stars: ✭ 216 (+414.29%)
Mutual labels:  super-resolution
PNG-Upscale
AI Super - Resolution
Stars: ✭ 116 (+176.19%)
Mutual labels:  super-resolution

Trident Dehazing Network

NTIRE 2020 NonHomogeneous Dehazing Challenge (CVPR Workshop 2020) 1st Solution.

[Challenge report] [TDN paper]

Environment:

  • Ubuntu16.04
  • Python3.6
  • NVIDIA GPU+CUDA8

Dependencies:

  • pretrainedmodels==0.7.4
  • torchvision==0.2.1
  • torch==0.4.1
  • tqdm

Test

Compile the DCN module fisrt. If your environment is the same as ours, compile was done. If your pytorch version is 1.0.0, use DCNv2_pytorch1.

Check the hazy images path (test.py line 14), the model path (test.py line 13) and the output path (test.py line 15)

python test.py

Pretrained model

https://pan.baidu.com/s/1l0-hOnIAAbFzmauUmFaRjw password: 22so

https://drive.google.com/file/d/1LcSsCWGLkjmq5o08yhMbSU6DjCGugmRw

Another solution (2nd Solution, Knowledge Transfer Dehazing Network) of our team:

https://github.com/GlassyWu/KTDN

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].