Official Implementation of "Deep Phase Code Image Prior" (DPCIP) https://arxiv.org/abs/2404.03906
conda create -n dpcip python=3.6
conda activate dpcip
pip install -r requirements.txt
python dpcip.py
Results will be saved under results folder
If you find our work useful in your research or publication, please cite it:
@article{shabtay2024deep,
title={Deep Phase Coded Image Prior},
author={Shabtay, Nimrod and Schwartz, Eli and Giryes, Raja},
journal={arXiv preprint arXiv:2404.03906},
year={2024}
}