GuoShi28 / CBDNet

Code for "Toward Convolutional Blind Denoising of Real Photographs", CVPR 2019
Apache License 2.0
499 stars 92 forks source link

can not find the defination of noise map #32

Open JiaqianLi opened 5 years ago

JiaqianLi commented 5 years ago

Hello,thank you for your great work. I use your python code to gengerate noise image, but I can not find the defination of noise map in your code at ISP_implement. I wonder to know how to get the noise map in this code. https://github.com/GuoShi28/CBDNet/blob/724a88cd6af4125afc341b28ed4872004eb37e40/SomeISP_operator_python/ISP_implement.py#L401

GuoShi28 commented 5 years ago

The python code does not provide the noise map. You can refer to the paper definition, sigma_s*img + sigma_c. sigma_s and sigma_c are obtained by the random function.

MrBled commented 3 years ago

@JiaqianLi did you succeed in making python the code run? If so what code did you use? Thank you. I'm trying to make it work now.