You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A self-supervised denoising algorithm now usable by all in napari.
@@ -27,7 +27,8 @@ instructions.
27
27
28
28
## Quick demo
29
29
30
-
You can try the quick demo by loading the `N2V Demo prediction` in plugins, and starting the prediction directly.
30
+
You can try out a demo by loading the `N2V Demo prediction` plugin and directly clicking on `Predict`. This model was trained using the [N2V2 example](https://juglab.github.io/napari-n2v/examples.html).
@@ -59,7 +60,7 @@ International Symposium on Biomedical Imaging (ISBI)*. IEEE, 2020.
59
60
60
61
### N2V2
61
62
62
-
Eva Höck, Tim-Oliver Buchholz, et al. "[N2V2 - Fixing Noise2Void Checkerboard Artifacts with Modified Sampling Strategies and a Tweaked Network Architecture](https://openreview.net/forum?id=IZfQYb4lHVq)", (2022).
63
+
Eva Hoeck, Tim-Oliver Buchholz, et al. "[N2V2 - Fixing Noise2Void Checkerboard Artifacts with Modified Sampling Strategies and a Tweaked Network Architecture](https://openreview.net/forum?id=IZfQYb4lHVq)", (2022).
63
64
64
65
## Acknowledgements
65
66
@@ -81,7 +82,7 @@ Distributed under the terms of the [BSD-3] license,
81
82
[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt
Copy file name to clipboardExpand all lines: docs/documentation.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,18 @@
1
1
2
2
# Documentation
3
3
4
-
`napari-n2v` is based on the original algorithm from the Jug lab: https://github.com/juglab/n2v, and uses [CSBDeep](http://csbdeep.bioimagecomputing.com/). [N2V](https://arxiv.org/abs/1811.10980) is a self-supervised algorithm that allows denoising images by removing pixel-independent noise. It also comprises an extension to deal with [structured noise](https://ieeexplore.ieee.org/document/9098336).
4
+
`napari-n2v` is based on the original algorithm from the Jug lab [Noise2Void](https://github.com/juglab/n2v), and uses
5
+
[CSBDeep](http://csbdeep.bioimagecomputing.com/). [N2V](https://ieeexplore.ieee.org/document/8954066) is a self-supervised algorithm
6
+
that allows denoising images by removing pixel-independent noise. It also comprises an extension to deal with
7
+
[structured noise](https://ieeexplore.ieee.org/document/9098336), and checkboard artefacts with [N2V2](https://ieeexplore.ieee.org/document/9098336).
5
8
6
9
`napari-n2v` contains two different napari plugins: `N2V train` and `N2V predict`.
7
10
8
11
## N2V train
9
12
10
13
### Anatomy
11
14
12
-
1.[GPU availability](1---gpu-availability)
15
+
1.[GPU availability](#1---gpu-availability)
13
16
2.[Data loading](#2---data-loading)
14
17
3.[Training parameters](#3---training-parameters)
15
18
4.[Expert training parameters](#4---expert-training-parameters)
0 commit comments