CBDNet icon indicating copy to clipboard operation
CBDNet copied to clipboard

can not find the defination of noise map

Open JiaqianLi opened this issue 4 years ago • 2 comments

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

JiaqianLi avatar Oct 11 '19 09:10 JiaqianLi

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.

GuoShi28 avatar Oct 14 '19 02:10 GuoShi28

@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.

MrBled avatar Oct 05 '21 12:10 MrBled