Image Demoireing in RAW and sRGB Domains #Paper Link
Shuning Xu, Binbin Song, Xiangyu Chen, Xina Liu and Jiantao Zhou
- ✅ 2024-03-15: Release the first version of the paper at Arxiv.
- ✅ 2024-07-01: Release the codes of RRID.
- ✅ 2024-07-11: Release the models and results of RRID.
- basicsr==1.4.2
- scikit-image==0.15.0
- deepspeed
- Download TMM22 dataset.
- Download the pre-trained model.
PYTHONPATH="./:${PYTHONPATH}" CUDA_VISIBLE_DEVICES=0 python test.py -opt options/test/Test.yml
- Single GPU training
PYTHONPATH="./:${PYTHONPATH}" CUDA_VISIBLE_DEVICES=0 python train.py -opt options/train/Train.yml- Distributed training
PYTHONPATH="./:${PYTHONPATH}" \
CUDA_VISIBLE_DEVICES=0,1,2,3 \
python -m torch.distributed.launch --nproc_per_node=4 --master_port=4321 train.py -opt options/train/Train.yml --launcher pytorchThe inference results on benchmark datasets are available at Dropbox link.
@inproceedings{xu2024image,
title={Image demoireing in raw and srgb domains},
author={Xu, Shuning and Song, Binbin and Chen, Xiangyu and Liu, Xina and Zhou, Jiantao},
booktitle={European conference on computer vision},
pages={108--124},
year={2024},
organization={Springer}
}