Skip to content

PyTorch code for our CVPRW 2020 paper "MMDM: Multi-frame and Multi-scale for Image Demoiréing"

Notifications You must be signed in to change notification settings

q935970314/MMDM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MMDM: Multi-frame and Multi-scale for Image Demoiréing

This repository is for MMDM introduced in the following paper

Shuai Liu, Chenghua Li, Nan Nan, Ziyao Zong, Ruixia Song, "MMDM: Multi-frame and Multi-scale for Image Demoiréing", CVPRW 2020.

Real Image Denoising

Train

TODO

Test

# For rawRGB
# TODO

# For sRGB
python test_srgb.py

Demoireing

Train

TODO

Test

# For single frame input.
# TODO

# For multi-frame inputs (Burst)
TODO

Citation

If you find the code helpful in your resarch or work, please cite the following papers.

@inproceedings{Liu2020MMDM,
	title={{MMDM}: Multi-frame and Multi-scale for Image Demoiréing},
	author={Liu, Shuai and Li, Chenghua and Nan, Nan and Zong, Ziyao and Song, Ruixia},
	booktitle={The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
	year={2020}
}

About

PyTorch code for our CVPRW 2020 paper "MMDM: Multi-frame and Multi-scale for Image Demoiréing"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages