woozzu / ccnoise

The source code of "A Holistic Approach to Cross-Channel Image Noise Modeling and its Application to Image Denoising, CVPR16"
MIT License
20 stars 18 forks source link

Verifying the Inference #2

Open TouqeerAhmad opened 6 years ago

TouqeerAhmad commented 6 years ago

Hello, I am trying to use your trained networks, but I do not have MatCaffe so I am replicating your Matlab code in python so that I can use pycaffe and load the trained caffe models.

I was wondering if you can provide me sample outputs for the images that you have already shared in the git repo so that I can verify my inference is correct. Also, it would be great if you can mention which sample images should be used for which trained model.

Thanks!