From 88148f2e8256d033e0ee2de696ba0bd9edac2207 Mon Sep 17 00:00:00 2001 From: pierre26 <fabien.pierre@univ-lorraine.fr> Date: Wed, 15 Mar 2023 13:34:18 +0100 Subject: [PATCH] correction --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e7101bf..35e1283 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # Deep image prior regularized by coupled total variation for image colorization In this repository we provide *Jupyter Notebooks* to reproduce the results of : @@ -30,10 +29,10 @@ pip install -r requirements.txt # Citation ``` -@article{UlyanovVL17, - author = {Ulyanov, Dmitry and Vedaldi, Andrea and Lempitsky, Victor}, - title = {Deep Image Prior}, - journal = {arXiv:1711.10925}, - year = {2017} +@article{Agazzotti23deep, + author = {Agazzotti, Gaetano and Sur, Frédéric and Pierre, Fabien}, + title = {Deep image prior regularized by coupled total variation for image colorization}, + journal = {Scale space and variational methods in computer vision}, + year = {2023} } ``` -- GitLab