From 9afd8c7d2791424e7fb57e8163839f14316fd2ed Mon Sep 17 00:00:00 2001 From: clausmichele <> Date: Wed, 16 Sep 2020 10:19:07 +0200 Subject: [PATCH] Update image --- README.md | 2 +- img/{tennis_gauss.png => tennis_gauss_new.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename img/{tennis_gauss.png => tennis_gauss_new.png} (100%) diff --git a/README.md b/README.md index 02bd6ab..72e3688 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This repository contains my master thesis project called ViDeNN - Deep Blind Vid With this pretrained tensorflow model you will be able to denoise videos affected by different types of degradation, such as Additive White Gaussian Noise and videos in Low-Light conditions. The latter has been tested only on one particular camera raw data, so it might not work on different sources. ViDeNN works in blind conditions, it does not require any information over the content of the input noisy video. IMPORTANT! If you want to denoise data affected by Gaussian noise (AWGN), it has to be clipped between 0 and 255 before denoising it, otherwise you will get strange artifacts in your denoised output. -![](./img/tennis_gauss.png) +![](./img/tennis_gauss_new.png) ## Architecture ## diff --git a/img/tennis_gauss.png b/img/tennis_gauss_new.png similarity index 100% rename from img/tennis_gauss.png rename to img/tennis_gauss_new.png