Skip to content

Commit 52977dd

Browse files
authored
Merge pull request #25 from juglab/develop
Develop
2 parents f72bb07 + 0835dda commit 52977dd

3 files changed

Lines changed: 34 additions & 23 deletions

File tree

README.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,28 @@
99

1010
A self-supervised denoising algorithm now usable by all in napari.
1111

12-
![Results](docs/images/noisy_denoised.png)
13-
12+
<img src="https://raw.githubusercontent.com/juglab/napari-n2v/master/docs/images/noisy_denoised.png" width="800" />
1413
----------------------------------
1514

1615
## Installation
17-
<!---
18-
You can install `napari-n2v` via [pip]:
1916

17+
You can install `napari-n2v` via [pip]:
18+
```bash
2019
pip install napari-n2v
21-
20+
```
2221
Or through the [napari-hub](https://napari.org/stable/plugins/find_and_install_plugin.html).
23-
-->
24-
Check out the [documentation](https://juglab.github.io/napari-n2v/installation.html) for installation instructions. (soon on PyPi and napari hub)
22+
23+
24+
Check out the [documentation](https://juglab.github.io/napari-n2v/installation.html) for more detailed installation
25+
instructions.
2526

2627

2728
## Quick demo
2829

29-
![Demo prediction](docs/images/demo.gif)
30+
You can try the quick demo by loading the `N2V Demo prediction` in plugins, and starting the prediction directly.
31+
32+
<img src="https://raw.githubusercontent.com/juglab/napari-n2v/master/docs/images/demo.gif" width="800" />
3033

31-
You can try the quick demo by loading the "N2V Demo prediction" in plugins, and starting the prediction directly.
3234

3335
## Documentation
3436

@@ -43,18 +45,21 @@ help us improve by [filing an issue] along with a detailed description or contac
4345
through the [image.sc](https://forum.image.sc/) forum (tag @jdeschamps).
4446

4547

46-
## Cite us
48+
## Citations
4749

4850
### N2V
4951

50-
Krull, Alexander, Tim-Oliver Buchholz, and Florian Jug. "Noise2void-learning denoising from single noisy images."
52+
Alexander Krull, Tim-Oliver Buchholz, and Florian Jug. "[Noise2void-learning denoising from single noisy images.](https://ieeexplore.ieee.org/document/8954066)"
5153
*Proceedings of the IEEE/CVF conference on computer vision and pattern recognition*. 2019.
5254

5355
### structN2V
5456

55-
Broaddus, Coleman, et al. "Removing structured noise with self-supervised blind-spot networks." *2020 IEEE 17th
57+
Coleman Broaddus, et al. "[Removing structured noise with self-supervised blind-spot networks.](https://ieeexplore.ieee.org/document/9098336)" *2020 IEEE 17th
5658
International Symposium on Biomedical Imaging (ISBI)*. IEEE, 2020.
5759

60+
### N2V2
61+
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).
5863

5964
## Acknowledgements
6065

docs/index.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ removing pixel-independent noise. It also includes an extension, structN2V, aime
66
This set of plugins can train, retrain and predict on images from napari or from the disk. It conveniently allows saving
77
the models for later use and is compatible with [Bioimage.io](https://bioimage.io/#/).
88

9-
![napari-n2v](images/training.gif)
9+
10+
<img src="https://raw.githubusercontent.com/juglab/napari-n2v/master/docs/images/training.gif" width="800" />
1011

1112
# Documentation
1213

@@ -20,18 +21,22 @@ the models for later use and is compatible with [Bioimage.io](https://bioimage.i
2021
Help us improve the plugin by submitting [issues to the Github repository](https://github.com/juglab/napari-n2v/issues)
2122
or tagging @jdeschamps on [image.sc](https://forum.image.sc/).
2223

23-
# Cite us
24+
# Citation
2425

25-
## N2V
26+
### N2V
2627

27-
Krull, Alexander, Tim-Oliver Buchholz, and Florian Jug. "Noise2void-learning denoising from single noisy images."
28+
Alexander Krull, Tim-Oliver Buchholz, and Florian Jug. "[Noise2void-learning denoising from single noisy images.](https://ieeexplore.ieee.org/document/8954066)"
2829
*Proceedings of the IEEE/CVF conference on computer vision and pattern recognition*. 2019.
2930

30-
## structN2V
31+
### structN2V
3132

32-
Broaddus, Coleman, et al. "Removing structured noise with self-supervised blind-spot networks." *2020 IEEE 17th
33+
Coleman Broaddus, et al. "[Removing structured noise with self-supervised blind-spot networks.](https://ieeexplore.ieee.org/document/9098336)" *2020 IEEE 17th
3334
International Symposium on Biomedical Imaging (ISBI)*. IEEE, 2020.
3435

36+
### N2V2
37+
38+
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).
39+
3540

3641
# Support
3742

setup.cfg

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[metadata]
22
name = napari-n2v
3-
version = 0.0.1
3+
version = 0.0.2
44
author = Tom Burke, Joran Deschamps
55
author_email = joran.deschamps@fht.org
6-
url = https://github.com/githubuser/napari-n2v
6+
url = https://github.com/juglab/napari-n2v
77
license = BSD-3-Clause
88
description = A self-supervised denoising algorithm now usable by all in napari.
99
long_description = file: README.md
@@ -19,13 +19,14 @@ classifiers =
1919
Programming Language :: Python :: 3.7
2020
Programming Language :: Python :: 3.8
2121
Programming Language :: Python :: 3.9
22+
Programming Language :: Python :: 3.10
2223
Operating System :: OS Independent
2324
License :: OSI Approved :: BSD License
2425
project_urls =
25-
Bug Tracker = https://github.com/githubuser/napari-n2v/issues
26+
Bug Tracker = https://github.com/juglab/napari-n2v/issues
2627
Documentation = https://juglab.github.io/napari-n2v/
27-
Source Code = https://github.com/githubuser/napari-n2v
28-
User Support = https://github.com/githubuser/napari-n2v/issues
28+
Source Code = https://github.com/juglab/napari-n2v
29+
User Support = https://github.com/juglab/napari-n2v/issues
2930

3031
[options]
3132
packages = find:

0 commit comments

Comments
 (0)