(Image from https://www.eecs.yorku.ca/~kamel/sidd/benchmark.php)
input image/video size 256×256
output image/video size 256×256
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
-
Repository
Invertible Image Denoising -
Input images
SIDD Benchmark > Download > SIDD Benchmark Data > Noisy sRGB data
Smartphone Image Denoising Dataset
Pytorch 1.5.0
ONNX opset = 11