Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the Denoised Picture #7

Closed
z870609382 opened this issue Oct 15, 2019 · 6 comments
Closed

About the Denoised Picture #7

z870609382 opened this issue Oct 15, 2019 · 6 comments

Comments

@z870609382
Copy link

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
Copy link

I also meet the same problem.

@clausmichele
Copy link
Owner

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='./ckpt_vidcnn-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
Copy link

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='./ckpt_vidcnn-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
Copy link

sunyclj commented Apr 20, 2022

@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
Copy link
Owner

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
Copy link

sunyclj commented Apr 20, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants