Skip to content

Commit 5088a94

Browse files
turekgtibuch
andauthored
Gaby neubias (#80)
* Add ModelZoo comfort export, see Issue #71. * Add test and sample tzw compressed file, see Issue #44 and specify version of tifffile so it handles LZW compressed files. * Update requirements. See Issue #82. * Update README.md Co-authored-by: tibuch <[email protected]>
1 parent 1ba961c commit 5088a94

File tree

22 files changed

+826
-311
lines changed

22 files changed

+826
-311
lines changed

.gitignore

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
__pycache__/
22
*.py[cod]
33
.idea
4-
54
.DS_Store
65
.ipynb_checkpoints
76
.pytest_cache
@@ -10,18 +9,27 @@ build/
109
dist/
1110
docs/build/
1211
examples/**/models/
13-
1412
*.png
1513
*.npz
1614
*.npy
1715
*.tif*
16+
!flybrain_lzw.tiff
1817
*.hdf5
1918
*.h5
2019
*.zip
2120
*.tfevents.*
2221
config.json
23-
22+
!tests/test_data/config.json
23+
model.yaml
2424
/.project
2525
history/
2626

27-
.cache/
27+
.cache/
28+
.pydevproject
29+
.settings/org.python.pydev.yaml
30+
.settings/org.eclipse.core.resources.prefs
31+
.pydevproject
32+
/.settings
33+
.pydevproject
34+
test.yml
35+
test*.yml

.pydevproject

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,8 @@ Have a look at our jupyter notebook:
7171

7272
see [here](https://github.com/mpicbg-csbd/structured_N2V) for more info on `StructN2V`.
7373

74+
## Note on functional tests
75+
76+
The functional "tests" are meant to be run as regular programs. They are there to make sure that
77+
examples are still running after changes.
78+

examples/2D/denoising2D_BSD68/BSD68_reproducibility.ipynb

Lines changed: 31 additions & 24 deletions
Large diffs are not rendered by default.

examples/2D/denoising2D_RGB/01_training.ipynb

Lines changed: 59 additions & 40 deletions
Large diffs are not rendered by default.

examples/2D/denoising2D_RGB/02_prediction.ipynb

Lines changed: 8 additions & 1 deletion
Large diffs are not rendered by default.

examples/2D/denoising2D_SEM/01_training.ipynb

Lines changed: 43 additions & 24 deletions
Large diffs are not rendered by default.

examples/2D/denoising2D_SEM/02_prediction.ipynb

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

examples/2D/structN2V_2D_convallaria/01_training.ipynb

Lines changed: 54 additions & 58 deletions
Large diffs are not rendered by default.

examples/2D/structN2V_2D_convallaria/02_prediction.ipynb

Lines changed: 15 additions & 17 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)