Skip to content

Code for Lightweight Deep Residue Learning for Joint Color Image Demosaicking and Denoising (ICPR2018 Oral)

Notifications You must be signed in to change notification settings

Forrest-ht/LCNN_JDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
yanyang
Jul 22, 2019
41f7e83 · Jul 22, 2019

History

8 Commits
Jul 22, 2019
Jul 22, 2019
Jul 22, 2019
Jul 22, 2019
Jul 22, 2019
Jul 22, 2019
Jul 22, 2019
Jul 22, 2019

Repository files navigation

Code for Lightweight Deep Residue Learning for Joint Color Image Demosaicking and Denoising (ICPR2018 Oral)

train code

python main_ICPR.py --is_train 1 --train_dataset './data/WED/'

test code

python main_ICPR.py --is_train 0 --test_dataset './data/Kodak/'

avarage results for Kodak and McMaster dataset (PSNR and SSIM)

    | dataset | LCNN-DD       | LCNN-DD+      |
    | Kodak   | 42.55dB/99.57 | 45.66dB/99.82 |
    | McMaster| 39.25dB/99.01 | 42.03dB/99.68 |

About

Code for Lightweight Deep Residue Learning for Joint Color Image Demosaicking and Denoising (ICPR2018 Oral)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages