Created
May 27, 2022 02:04
-
-
Save cnh/e097595ffd2b89b0f2b016b059090f4d to your computer and use it in GitHub Desktop.
Cell counting tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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