Skip to content

Instantly share code, notes, and snippets.

@cnh
Created May 27, 2022 02:04
Show Gist options
  • Save cnh/e097595ffd2b89b0f2b016b059090f4d to your computer and use it in GitHub Desktop.
Save cnh/e097595ffd2b89b0f2b016b059090f4d to your computer and use it in GitHub Desktop.
Cell counting tutorial
Display the source blob
Display the rendered blob
Raw
To run this example, we will need to download the Broad Institute BBBC005 dataset from
https://data.broadinstitute.org/bbbc/BBBC005/.
No login or registration is needed to download this dataset,
so the raw images can simply be fetched using
wget https://data.broadinstitute.org/bbbc/BBBC005/BBBC005_v1_images.zip
unzip BBBC005_v1_images.zip
The ground-truth segmentation masks can be fetched using :
wget https://data.broadinstitute.org/bbbc/BBBC005/BBBC005_v1_ground_truth.zip
unzip BBBC005_v1_ground_truth.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment