-
Notifications
You must be signed in to change notification settings - Fork 35
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
The denoising effect is abnormal #30
Comments
The denoising is excellent, however I am getting the same issues as above. How can I resolve this? |
This issue has been reported already several times: A possible solution is to use a different checkpoint as explained here: #1 (comment) Another solution would be to retrain the network from scratch. |
The other checkpoint was better but still had artifacts. I'm retraining the network now. If It produces better results I can post the checkpoint if you like. |
retrained and get same results. I wonder if it needs different noise generation? What do you suggest? |
when run ‘python main_ViDeNN.py --use_gpu=1 --checkpoint_dir=ckpt_videnn --save_dir='./test_data/result/frame1_videnn' --test_dir='./test_data/test/frame1'’,the image after denoising is abnormal.
original image
denoised iamge
excuse me, what is the reason?
The text was updated successfully, but these errors were encountered: