Skip to content

Commit

Permalink
Merge pull request #29 from juglab/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jdeschamps authored Oct 26, 2022
2 parents f36d910 + cbcd0c6 commit ccee36c
Show file tree
Hide file tree
Showing 13 changed files with 231 additions and 182 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![PyPI](https://img.shields.io/pypi/v/napari-n2v.svg?color=green)](https://pypi.org/project/napari-n2v)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-n2v.svg?color=green)](https://python.org)
[![tests](https://github.com/juglab/napari-n2v/workflows/build/badge.svg)](https://github.com/juglab/napari-n2v/actions)
[![codecov](https://codecov.io/gh/juglab/napari-n2v/branch/main/graph/badge.svg)](https://codecov.io/gh/githubuser/napari-n2v)
[![codecov](https://codecov.io/gh/juglab/napari-n2v/branch/main/graph/badge.svg)](https://codecov.io/gh/juglab/napari-n2v)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-n2v)](https://napari-hub.org/plugins/napari-n2v)

A self-supervised denoising algorithm now usable by all in napari.
Expand All @@ -27,7 +27,8 @@ instructions.

## Quick demo

You can try the quick demo by loading the `N2V Demo prediction` in plugins, and starting the prediction directly.
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).


<img src="https://raw.githubusercontent.com/juglab/napari-n2v/master/docs/images/demo.gif" width="800" />

Expand Down Expand Up @@ -59,7 +60,7 @@ International Symposium on Biomedical Imaging (ISBI)*. IEEE, 2020.

### N2V2

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).
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).

## Acknowledgements

Expand All @@ -81,7 +82,7 @@ Distributed under the terms of the [BSD-3] license,
[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin

[filing an issue]: https://github.com/githubuser/napari-n2v/issues
[filing an issue]: https://github.com/juglab/napari-n2v/issues

[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
Expand Down
5 changes: 5 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ignore:
- "src/widgets/*"
- "src/examples/*"
- "*_widget.py"
- "*_data.py"
7 changes: 5 additions & 2 deletions docs/documentation.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@

# Documentation

`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).
`napari-n2v` is based on the original algorithm from the Jug lab [Noise2Void](https://github.com/juglab/n2v), and uses
[CSBDeep](http://csbdeep.bioimagecomputing.com/). [N2V](https://ieeexplore.ieee.org/document/8954066) 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), and checkboard artefacts with [N2V2](https://ieeexplore.ieee.org/document/9098336).

`napari-n2v` contains two different napari plugins: `N2V train` and `N2V predict`.

## N2V train

### Anatomy

1. [GPU availability](1---gpu-availability)
1. [GPU availability](#1---gpu-availability)
2. [Data loading](#2---data-loading)
3. [Training parameters](#3---training-parameters)
4. [Expert training parameters](#4---expert-training-parameters)
Expand Down
Loading

0 comments on commit ccee36c

Please sign in to comment.