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

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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