Git Product home page Git Product logo

maskdngan's Introduction

MaskDnGAN MIT Licence

Official PyTorch implementation of "Multi-Stage Raw Video Denoising with Adversarial Loss and Gradient Mask" Project | Paper

Results

Synthetic

Real

Prerequisites

This codebase was developed and tested on Ubuntu with PyTorch 1.3.1 and CUDA 10.1, Python 3.7.10 and Scipy 1.1.0. To install PyTorch:

conda install pytorch==1.3.1 torchvision==0.4.2 cudatoolkit=10.1 -c pytorch

Training

Set the dataset path and run:

python train.py --dataset_root path/to/dataset

Run the following commmand for help / more options like batch size, sequence length etc.

python train.py --h

Tensorboard

To get visualization of the training, you can run tensorboard from the project directory using the command:

tensorboard --logdir logs --port 6007

and then go to https://localhost:6007.

Evaluation

Evaluation code along with synthetic test set to be added soon!

Video

Audi R8

Citation

@InProceedings{paliwal2021maskdenosing,
  author={Paliwal, Avinash and Zeng, Libing and Kalantari, Nima Khademi},
  booktitle={2021 IEEE International Conference on Computational Photography (ICCP)}, 
  title={Multi-Stage Raw Video Denoising with Adversarial Loss and Gradient Mask}, 
  year={2021},
  pages={1-10}
}

Acknowledgement

Parts of training code are adopted from SPADE, RAFT, UPI and RViDeNet.

maskdngan's People

Contributors

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