Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 571 Bytes

File metadata and controls

26 lines (23 loc) · 571 Bytes

DPCIP

Official Implementation of "Deep Phase Code Image Prior" (DPCIP) https://arxiv.org/abs/2404.03906

Installation

conda create -n dpcip python=3.6
conda activate dpcip
pip install -r requirements.txt

Run

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