GithubHelp home page GithubHelp logo

linlhc / pridnet-pytorch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sakae-o/pridnet-pytorch

0.0 0.0 0.0 834 KB

A pytorch implementation of PRIDNet for Image Denoising. This is the Open source of the paper 「Pyramid Real Image Denoising Network」, which has shown extraordinary capability in terms of both quantitative measure and visual perception quality.

Python 100.00%

pridnet-pytorch's Introduction

Pyramid Real Image Denoising Network

A pytorch implementation for the paper "Pyramid Real Image Denoising Network". ( VCIP 2019 oral )

Paper Link : Pyramid Real Image Denoising Network

Training dataset : SIDD Medium Dataset

Validation dataset : SIDD Validation data

Testing dataset : SIDD Benchmark, DND, NC12

While deep Convolutional Neural Networks (CNNs) have shown extraordinary capability of modelling specific noiseand denoising, they still perform poorly on real-world noisyimages. The main reason is that the real-world noise is moresophisticated and diverse. To tackle the issue of blind denoising,in this paper, we propose a novel pyramid real image denoisingnetwork (PRIDNet), which contains three stages. First, the noiseestimation stage uses channel attention mechanism to recalibratethe channel importance of input noise. Second, at the multi-scale denoising stage, pyramid pooling is utilized to extractmulti-scale features. Third, the stage of feature fusion adopts akernel selecting operation to adaptively fuse multi-scale features.Experiments on two datasets of real noisy photographs demon-strate that our approach can achieve competitive performancein comparison with state-of-the-art denoisers in terms of bothquantitative measure and visual perception quality.

avatar avatar avatar


Requirements

  • python==3.8
  • numpy==1.22.3
  • opencv_python_headless==4.5.5.64
  • torch==1.8.1

pridnet-pytorch's People

Contributors

sakae-o 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.