Home

Awesome

Joint Denoising and Demosaicking with Green Channel Prior for Real-world Burst Images

Implement of our GCP-Net.

Arxiv: https://arxiv.org/abs/2101.09870

IEEE Final Version: https://ieeexplore.ieee.org/document/9503334

Testing

pretrain model:

Testing Vid4 and REDS4:

python /codes/test.py

Testing on real captured images:

python /code/test_real.py

Training

python -m torch.distributed.launch --nproc_per_node=2 --master_port=4540 train.py -opt options/train/train_GCP_Net.yml --launcher pytorch

Environment

Citation

@article{guo2021joint,
  title={Joint Denoising and Demosaicking with Green Channel Prior for Real-world Burst Images},
  author={Guo, Shi and Liang, Zhetong and Zhang, Lei},
  journal={arXiv preprint arXiv:2101.09870},
  year={2021}
}

Acknowledgement

This repo is built upon the framework of EDVR, and we borrow some code from Unprocessing denoising, thanks for their excellent work!