Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed episodes/fig/binary_mask_erosion_1.png
Binary file not shown.
Binary file removed episodes/fig/binary_mask_erosion_10.png
Binary file not shown.
Binary file removed episodes/fig/binary_mask_erosion_5.png
Binary file not shown.
Binary file removed episodes/fig/binary_mask_no_erosion.png
Binary file not shown.
Binary file added episodes/fig/eroded_ball_10.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 added episodes/fig/eroded_ball_15.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 added episodes/fig/eroded_ball_5.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 modified episodes/fig/instance_segmentation_clear_border.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 added episodes/fig/instance_segmentation_dilated.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 episodes/fig/instance_segmentation_eroded.png
Binary file not shown.
Binary file removed episodes/fig/instance_segmentation_expanded.png
Binary file not shown.
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 episodes/fig/instance_segmentation_wrong3d.png
Binary file not shown.
Binary file added episodes/fig/same_label_2d.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 added episodes/fig/same_label_3d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
810 changes: 440 additions & 370 deletions episodes/instance-segmentation-and-measurements.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ conda activate napari-env

# Install napari and plugins using pip
pip install "napari[all]" napari-bioio-reader bioio-czi

# Install JupyterLab and dependencies
pip install --upgrade jupyterlab ipywidgets
```

:::::::::::::::::::::::::::::::::::::::::::
Expand All @@ -148,6 +151,9 @@ conda activate napari-env

# Install czi file reader
pip install napari-bioio-reader bioio-czi

# Install JupyterLab and dependencies
pip install --upgrade jupyterlab ipywidgets
Comment thread
stellaprins marked this conversation as resolved.
```

:::::::::::::::::::::::::::::::::::::::::::
Expand Down
Loading