Releases: juglab/n2v
Releases · juglab/n2v
v0.3.2
v0.3.1
v0.3.0
v0.2.1
v0.2.0
Version 0.1.11
This releases fixes bug #73
v0.1.10
- 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
v0.1.7
pip release v0.1.6
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.