ViDeNN icon indicating copy to clipboard operation
ViDeNN copied to clipboard

The denoising effect is abnormal

Open sunyclj opened this issue 2 years ago • 7 comments

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 02991 denoised iamge 0000 excuse me, what is the reason?

sunyclj avatar Apr 22 '22 10:04 sunyclj

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 02991 denoised iamge 0000 excuse me, what is the reason?

还好看到你的结果,不然我也就花时间复现效果了

MexWayne avatar Aug 01 '23 02:08 MexWayne

image

I‘ve got even worse results than you,I will give up this work (T_T)

MexWayne avatar Aug 02 '23 03:08 MexWayne

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 02991 denoised iamge 0000 excuse me, what is the reason?

I've got the normal results by input the dark-light case image

MexWayne avatar Aug 10 '23 04:08 MexWayne

The denoising is excellent, however I am getting the same issues as above. How can I resolve this?

ajeema avatar Aug 19 '23 19:08 ajeema

This issue has been reported already several times: https://github.com/clausmichele/ViDeNN/issues/1 https://github.com/clausmichele/ViDeNN/issues/7 https://github.com/clausmichele/ViDeNN/issues/8 https://github.com/clausmichele/ViDeNN/issues/20

A possible solution is to use a different checkpoint as explained here: https://github.com/clausmichele/ViDeNN/issues/1#issuecomment-442762424

Another solution would be to retrain the network from scratch.

clausmichele avatar Aug 23 '23 10:08 clausmichele

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.

ajeema avatar Aug 24 '23 00:08 ajeema

retrained and get same results. I wonder if it needs different noise generation? What do you suggest?

ajeema avatar Aug 25 '23 19:08 ajeema