Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 883 Bytes

File metadata and controls

41 lines (33 loc) · 883 Bytes

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}
}