Skip to content

Commit

Permalink
Merge pull request #30 from jburel/screenshot
Browse files Browse the repository at this point in the history
Screenshot
  • Loading branch information
jburel committed May 13, 2021
2 parents 230958c + 526c391 commit 57cfae0
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ channels:
- ilastik-forge
- ome
dependencies:
- numba==0.48.0
#- numba==0.48.0
- omero-py # ome
- pip
- ipywidgets
- tornado<6
# ilastik
# see https://github.com/h5py/h5py/issues/1880
- h5py<3.2
Expand Down
21 changes: 21 additions & 0 deletions notebooks/idr0062_pixel_classification_zarr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,13 @@
"compare(first_channel, data[0, 0, :, :, :], shadow=False, gradient_opacity=0.2, ui_collapsed=True)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"![Compare](images/ilastik_1.png)"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -762,6 +769,13 @@
"compare(labels[0, 0, 2:, :, :], data[0, 0, 2:, :, :], shadow=False, gradient_opacity=0.2, ui_collapsed=True)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"![Compare_original](images/ilastik_2.png)"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -802,6 +816,13 @@
"viewer"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"![Overlay](images/ilastik_3.png)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
Binary file added notebooks/images/ilastik_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/images/ilastik_2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/images/ilastik_3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57cfae0

Please sign in to comment.