Skip to content

Releases: juglab/DenoiSeg

v0.3.0

31 Oct 18:27
Compare
Choose a tag to compare
  • Extension to 3D
  • Inputs can have multiple channels (independent denoising, but only one channel segmentation)
  • Generate patches from list of images with different sizes

v0.2.2

16 Jun 08:59
2bb8a87
Compare
Choose a tag to compare

Limit n2v to be < 0.3.0 due to n2v v0.3.0 supporting TF2 only.

v0.2.1

25 Jun 10:07
Compare
Choose a tag to compare
  • Improved Notebooks
  • BioImage ModelZoo Export

DenoiSeg: First Public Release

08 May 13:49
d19658a
Compare
Choose a tag to compare

First public release of the DenoiSeg code.

  • Code used during paper writing can be found in scripts/reproduciblity
  • Add example notebooks examples/DenoiSeg_2D

Manuscript Figures/Tables

18 Mar 09:16
7312e15
Compare
Choose a tag to compare

This release contains all jupyter notebooks which were used to create the figures and tables for the manuscript.

Add seg-denoise ratio monitor and DSB n20 evaluation notebook

18 Feb 10:12
92428df
Compare
Choose a tag to compare
v0.1.11

Add seg-denoise-ratio monitor (#17)

Add alpha scheduling and data preparation notebooks

17 Feb 15:41
013d275
Compare
Choose a tag to compare
Alpha scheduling (#16)

* Add alpha scheduling

Monitor either seg loss, denoise loss or combined loss to reduce lr on plateau dict

13 Feb 10:20
4418bdf
Compare
Choose a tag to compare
v0.1.9

Monitor either seg loss, denoise loss or combined loss to reduce lr o…

Notebooks for baselines and schedule analysis

10 Feb 12:07
5fcf03e
Compare
Choose a tag to compare
Notebook (#10)

* Notebooks for DSB2018 n10 grid search over alpha 
* Notebooks for DSB2018 n0, n10, 20, n40 baselines

Loss:weight*denoise+(1-weight)*segmentation

07 Feb 14:15
9880efc
Compare
Choose a tag to compare
Merge pull request #9 from juglab/alpha_weighted_loss

Change loss to: (1 - weight) * seg + weight * denoise