clausmichele / ViDeNN

ViDeNN - Deep Blind Video Denoising
MIT License
224 stars 34 forks source link

About the Denoised Picture #7

Closed z870609382 closed 4 years ago

z870609382 commented 4 years ago

There are a number of shining white spots in most of pictures in file'denoised' ,I want to know the reasons why they exist.

WangLiwen1994 commented 4 years ago

I also meet the same problem.

clausmichele commented 4 years ago

As stated in the Readme: _Important: the network has not been trained for general-purpose denoising of compressed (h264, h265 ecc) videos. If the output includes some artifacts try to use the other checkpoint, modifying the last line of the script with --checkpoint_dir='./ckptvidcnn-g'.

You can also train your own model, the code has been released. Let me know if you need help with the training part.

WangLiwen1994 commented 4 years ago

As stated in the Readme: _Important: the network has not been trained for general-purpose denoising of compressed (h264, h265 ecc) videos. If the output includes some artifacts try to use the other checkpoint, modifying the last line of the script with --checkpoint_dir='./ckptvidcnn-g'.

You can also train your own model, the code has been released. Let me know if you need help with the training part.

Thanks for your kind reply. Using another checkpoint has solved my problem.

sunyclj commented 2 years ago

@clausmichele Hi,i will train model in my dataset,but I ran into some problems.in your paper, 'The dataset is randomly divided in two parts, 70% for training and 30% for testing. Half of the images are being added with AWGN with σ=[0,55]. The second half are processed with equation 2 which is the realistic noise model, with Analog Gain Ag=[0,64] and Digital Gain Dg=[0,32]',according to this,the code is written as follows: image However, after adding noise to the picture, the ckpt_videnn model is used to remove noise, which cannot be restored.As show,the left is original image,the middle is add noise image,the right is denoise image using the ckpt_videnn model. 0000 0000 ![Uploading 0000.png…]()

clausmichele commented 2 years ago

Hi @sunyclj. Did you train the model yourself or are you trying to re-use my old checkpoint files? By the way, the third image is not visible.

sunyclj commented 2 years ago

@clausmichele i want to use my data to train new model.the third image is the first picture with realistic noise,as follow: 0000 the sencond is denoise image using the ckpt_videnn model.