Skip to content

Commit

Permalink
n2v-sem-demo: add thumbnails, test images, point to ZIP in release
Browse files Browse the repository at this point in the history
  • Loading branch information
frauzufall committed Mar 4, 2020
1 parent 3909e86 commit 28542a8
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion models/n2v-sem-demo/n2v-sem-demo.model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ cite:
doi: https://doi.org/10.1016/bs.mch.2019.05.001
authors: Deborah Schmidt
documentation: README.md
test_input: ./test_input.tif
test_output: ./test_output.tif
covers: [./thumbnail.png]
tags: [denoising, unet2d, n2v]
license: BSD 3
format_version: 0.1.0
Expand Down Expand Up @@ -35,7 +38,7 @@ prediction:
preprocess:
spec: de.csbdresden.n2v.predict.N2VPrediction::preprocess
kwargs: {mean: 41498.87, stdDev: 15007.021}
weights: {source: ./variables/variables}
weights: {source: https://github.com/bioimage-io/fiji-bioimage-io/releases/download/v0.1.0/n2v-sem-demo.zip}
postprocess:
spec: de.csbdresden.n2v.predict.N2VPrediction::postprocess
kwargs: {mean: 41498.87, stdDev: 15007.021}
Expand Down
Binary file removed models/n2v-sem-demo/saved_model.pb
Binary file not shown.
Binary file added models/n2v-sem-demo/test_input.tif
Binary file not shown.
Binary file added models/n2v-sem-demo/test_output.tif
Binary file not shown.
Binary file added models/n2v-sem-demo/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed models/n2v-sem-demo/training_model.pb
Binary file not shown.
Binary file not shown.
Binary file removed models/n2v-sem-demo/variables/variables.index
Binary file not shown.

0 comments on commit 28542a8

Please sign in to comment.