Skip to content

Releases: juglab/n2v

v0.3.2

23 Oct 14:01
Compare
Choose a tag to compare
  • Add N2V2
  • Lifted dependency requirements for compatibility with recent CSBDeep and TensorFLow versions
  • Fixed tests

v0.3.1

06 Sep 08:03
c059e9e
Compare
Choose a tag to compare

Fix callback import.

v0.3.0

24 Jun 08:24
1c50f5b
Compare
Choose a tag to compare
  • Move from TensorFlow 1 to TensorFlow 2.
  • Add test-time augmentation (tta) to prediction. By default it is turned off.

Note: TensorFlow 1 is not supported anymore.

v0.2.1

24 Jun 16:45
Compare
Choose a tag to compare
  • Single Net per Channel Option
  • StructN2V
  • ModelZoo Export

v0.2.0

24 Jun 15:07
5088a94
Compare
Choose a tag to compare

Add new functionality:

  • Single U-Net per Channel
  • StructN2V
  • BioImage ModelZoo Export

Version 0.1.11

30 Apr 15:24
f0832e4
Compare
Choose a tag to compare

This releases fixes bug #73

v0.1.10

07 Nov 19:55
8d9e5c3
Compare
Choose a tag to compare
  • Fix number of blind-spot computation: 0.198% of the pixels are manipulated per patch.
  • Pin tensorflow and keras version numbers in README instructions
  • Fix #42: Tiling during prediction keeps number of axes consistent with the input.
  • Fix #45: Extract n patches from each sample S.
  • Fix #43: Images are cast to 32bit float type during prediction.
  • Add augmentation flat to training script entry point.
  • Add BSD68 example notebook. This notebook reproduces the results reported in the paper (CVPR'19).

v0.1.8

01 Oct 06:36
cd48a0f
Compare
Choose a tag to compare
  • Add optional patch shuffling parameter
  • Add progress bar to validation data preparation
  • Normalize each channel separately
  • Increase keras version to 2.2.5
  • Relax csbdeep version requirement from 0.4.0 to 0.4.0<=csbdeep<0.5.0

v0.1.7

10 Sep 07:34
2326bb6
Compare
Choose a tag to compare
  • Increase CSBDeep version from 0.3.0 to 0.4.0

pip release v0.1.6

08 Aug 11:44
f4e7ead
Compare
Choose a tag to compare

This release includes:

  • The data generator now sorts the filenames before images are loaded.
  • This release includes entry points of the trainN2V.py and predict n2v.py scripts.