Skip to content

Latest commit

 

History

History

invertible_denoising_network

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Invertible Denoising Network

Input

Input

(Image from https://www.eecs.yorku.ca/~kamel/sidd/benchmark.php)

input image/video size 256×256

Output

Output

output image/video size 256×256

usage

Automatically downloads the onnx and prototxt files on the first run. It is necessary to be connected to the Internet while downloading.

If you predict denoised image, you specify --input option as below.

python3 invertible_denoising_network.py -i input.png

If you predict denoised video, you specify --video option as below. Please be careful that an input video is noised at first and the model denoised this.

python3 invertible_denoising_network.py -v input.mp4

Reference

Framework

Pytorch 1.5.0

Model Format

ONNX opset = 11

Netron

InvDN.onnx.prototxt