Code Monkey home page Code Monkey logo

emvd's Introduction

EMVD

Efficient Multi-Stage Video Denoising With Recurrent Spatio-Temporal Fusion.

EMVD is an efficient video denoising method which recursively exploit the spatio temporal correlation inherently present in natural videos through multiple cascading processing stages applied in a recurrent fashion, namely temporal fusion, spatial denoising, and spatio-temporal refinement.

Overview

This repo. is an unofficial version od EMVD mentioned by Matteo Maggioni, Yibin Huang, Cheng Li, Shuai Xiao, Zhongqian Fu, Fenglong Song in CVPR 2021.

It is a Pytorch implementation.

Paper

Requirements

  1. PyTorch>=1.6
  2. Numpy
  3. scikti-image
  4. tensorboardX (for visualization of loss, PSNR and images)
  5. torchstat (for computing GFLOPs)

Code

  1. config.py is the code for setting hyperparameters.
  2. dataset.py and load_data.py is the code for loading data from dataset.
  3. train.py is the code for training process
  4. inference.py is the code for validation process.
  5. models.py and ./isp/ISP_CNN.pth is called by inference.py for converting .tiff to .png, which refer to the code RViDeNet(https://github.com/cao-cong/RViDeNet).

Dataset

CRVD Dataset (https://github.com/cao-cong/RViDeNet)

Usage

modify data_root in config.py, and gt_name/noisy_name in function decode_data inload_data.py, and run train.py for training process. After convergence, run inference.py for validation process.

Results

ISO average raw psnr:42.02, iso frame average raw ssim:0.9800 in CRVD datasets (~5.38GFLPs), which is still lower than the experiment results mentioned in paper.

Acknowledgement

This implementations are inspired by following projects:

Many thanks for coming here! It will be highly appreciated if you offer any suggestion.

Support me by starring or forking this repo., please.

emvd's People

Contributors

baymax-chen 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.