GuoShi28 / CBDNet

Code for "Toward Convolutional Blind Denoising of Real Photographs", CVPR 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the ground truth for noise level map when JPEG compression is considered?

deng-wei opened this issue · comments

What is the ground truth for noise level map when JPEG compression is considered?
Is it still \sigma_c + L\sigma_s ?
Thank you

You are right. The noise level map of CBDNet(JPEG) is the same with CBDNet.

Thanks a lot