From 71b17697f641dd2a3b9315a00717c945eb768466 Mon Sep 17 00:00:00 2001 From: tibuch Date: Tue, 20 Aug 2019 15:12:43 +0200 Subject: [PATCH] Add how to cite section --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d1c8b93..4b72ab8 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,14 @@ Have a look at our jupyter notebook: * [2D example SEM](https://github.com/juglab/n2v/tree/master/examples/2D/denoising2D_SEM) * [2D example RGB](https://github.com/juglab/n2v/tree/master/examples/2D/denoising2D_RGB) * [3D example](https://github.com/juglab/n2v/tree/master/examples/3D) + +## How to cite: +``` +@inproceedings{krull2019noise2void, + title={Noise2void-learning denoising from single noisy images}, + author={Krull, Alexander and Buchholz, Tim-Oliver and Jug, Florian}, + booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition}, + pages={2129--2137}, + year={2019} +} +```