xinntao / EDVR

Winning Solution in NTIRE19 Challenges on Video Restoration and Enhancement (CVPR19 Workshops) - Video Restoration with Enhanced Deformable Convolutional Networks. EDVR has been merged into BasicSR and this repo is a mirror of BasicSR.
https://github.com/xinntao/BasicSR
1.48k stars 320 forks source link

Ringing artifacts on the output #215

Open shivarama93 opened 2 years ago

shivarama93 commented 2 years ago

Hello.. I was training EDVR with pre-deblur and TSA modules. I used the REDS4 dataset with some degradations from Real-ESRGAN such as random downsampling, blurring and different noises such as Gaussian, Poisson, JPEG etc. I am now getting some ringing artifacts on the testing data (which is blurry and noisy as well). The ringing artifacts are more in the middle region, but comparatively less in the top region as shown below, image I think that the reason for these artifacts is the pre-deblur block. What maybe the issue I am facing here? What could be the solution for this problem?

Thank you in advance.