gauenk / lidia

An extended implementation of LIDIA in Pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Python "Importable" Version of the code from...

Gregory Vaksman, Michael Elad, Peyman Milanfar

Installation

git clone https://github.com/gauenk/lidia
cd lidia
python -m pip install -e ./lib --user

Citation

If you use their code for your research, please cite their paper:

@InProceedings{Vaksman_2020_CVPR_Workshops,
  author = {Vaksman, Gregory and Elad, Michael and Milanfar, Peyman},
  title = {LIDIA: Lightweight Learned Image Denoising With Instance Adaptation},
  booktitle = {The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
  month = {June},
  year = {2020}
}

visitor badge

About

An extended implementation of LIDIA in Pytorch


Languages

Language:Python 100.0%