Shi Guo

Results 44 comments of Shi Guo

Sure. If you have more to discuss, please feel free to contact me. My email is [email protected].

> If we know gt_noise, is this task still blind denoise? In my understanding, If we know the noise level of the noise image, it's the non-blind denoising task. if...

DND and Nam actually have clean images in the dataset. GT image in Nam can be found on the website. Even though testers can not obtain GT images of DND...

My colleague write a fast version of CRF and ICRF process: https://github.com/GuoShi28/CBDNet/tree/master/Others. You can refer to this code. The CRF_map and ICRF_map are collected from others work. You can refer...

Thank you. It's a great suggestion for ICRF about a small range of lookup table. I just simply follow the setting of CRF which increase more computations as you said.

Hi, No key points. Using Python is okay. I have added some python [operators](https://github.com/GuoShi28/CBDNet/tree/master/SomeISP_operator_python) to help others to create real-world noise using python. When I have more free time, I...

Hi, when setting the sigmas, we choose a large range of noise levels to handle more noise images. For unprocessing paper, they set the range of sigma by the DND...

Hi, the error means that there no layer name "objective1" in the network structure. You should check your own network layer define. "objective1" layer is the loss function layer in...

I also met this problem before. I remember that it may be caused by the configuring problem of Matconvnet. I recommend checking the Matconvnet configuring first. If there's still happen...

It‘s my input data format of this method, which seems can process demosaicking. But my question is that I can not obtain the results released in the paper. ![image](https://user-images.githubusercontent.com/19340458/75620417-a8fb1900-5bc3-11ea-9f9f-735fcfb2a51d.png)