CBDNet icon indicating copy to clipboard operation
CBDNet copied to clipboard

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

Results 30 CBDNet issues
Sort by recently updated
recently updated
newest added

I try to use ./SomeISP_operator_python/ISP_implement.py to generate synthetic noisy image & ground truth image(gt), but in many images, i saw artifacts like this ![cbd_synthetic_issue_gt](https://user-images.githubusercontent.com/27390617/61270530-8d7a0400-a7d4-11e9-8c5f-cf8fc187f4ea.png) and the raw srgb noisy-free image...

I have downloaded your 'CBDNet.mat' file. However, I find the wrong message is that "load -ASCII" because the model is not the Binary file.

In Table 2, the PSNR and SSIM results on the 15 cropped images provided by Nam et al. in CVPR 2016 are not consistent with the paper of Nam et...

>> Test_Patches Warning: Name is nonexistent or not a directory: utilities > In path (line 109) In addpath (line 86) In Test_Patches (line 2) Error using dagnn.Layer/load (line 200) No...

can you share your dataset in training your model,there is some trouble in my reading the matlab code,is there anyone convert it to tensorflow ?

hi @GuoShi28 your paper said CBDNet takes about 0.4s to process an 512 × 512 image, i was consider in what platform it execute? have you comparison the execute time...

Hi, I run the test_patches and test_fullimage demos on the centos7 with the environment matconvnet and cudnn. The error is "No property `ignoreAverage` for a layer of type `dagnn.Loss`." I...

Thank you for your awesome code! I am hoping you might open-source the log files you have from training. Maybe the training and validation loss as a function of epoch...