Git Product home page Git Product logo

lacandi's Introduction

Locally Adaptive Channel Attention-Based Network for Denoising Images (IEEE ACCESS)

AUR

Paper | Bibtex

The code is built on DnCNN (PyTorch) and tested on Ubuntu 16.04/18.04 environment (Python3.6, PyTorch_1.3.0, CUDA10.1, cuDNN7.6) with Titan RTX/2080Ti GPUs.

Dependancy & Requirment

python3
pytorch >= 1.3
torchvision >= 0.4.1.
tensorboardX
hdf5
numpy
opencv

Network Architecture

graph

Train

$ python train.py --preprocess True

NOTE

  • If you've already built the training and validation dataset (i.e. train.h5 & val.h5 files), set preprocess to be False.

Test

$ python test.py --test_data Set12 --output_size 10 --test_noiseL 25

NOTE

  • test_data can be Set12 or Set68 or Urban100.
  • output_size can be any number from 1. Please refer to the paper on this part.
  • test_noiseL can be 15 or 25 or 50
  • pretrained weights for each noise level are provided in logs/

Bibtex

@article{lee2020locally,
  title={Locally Adaptive Channel Attention-Based Network for Denoising Images},
  author={Lee, Haeyun and Cho, Sunghyun},
  journal={IEEE Access},
  volume={8},
  pages={34686--34695},
  year={2020},
  publisher={IEEE}
}

lacandi's People

Contributors

haeyunlee avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.