Skip to content

Commit

Permalink
Add link to conference talk videos
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Mar 22, 2021
1 parent 9acf2d7 commit 20c161b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _posts/2021-03-19-image-segmentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ We look at how to create a basic image segmentation pipeline, using the [dask-im
* [Bonus content: using arrays on GPU](#Bonus-content:-using-arrays-on-GPU)
* [How you can get involved](#How-you-can-get-involved)

The content of this blog post originally appeared as a conference talk in 2020.
The content of this blog post originally appeared as [a conference talk in 2020](https://github.com/genevieveBuckley/dask-image-talk-2020).

## Just show me the code

Expand Down Expand Up @@ -62,7 +62,6 @@ mean_intensity = ndmeasure.mean(images, label_images, index)

You can keep reading for a step by step walkthrough of this image segmentation pipeline, or you can skip ahead to the sections on [custom functions](#Custom-functions), [scaling up computation](#Scaling-up-computation), or [GPU acceleration](#Bonus-content:-using-arrays-on-GPU).


## Image segmentation pipeline

Our basic image segmentation pipeline has five steps:
Expand Down

0 comments on commit 20c161b

Please sign in to comment.