Skip to content

Instantly share code, notes, and snippets.

@tuttelikz
Created April 21, 2021 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuttelikz/231dd30bfacfae68acb5eb0c6278aa08 to your computer and use it in GitHub Desktop.
Save tuttelikz/231dd30bfacfae68acb5eb0c6278aa08 to your computer and use it in GitHub Desktop.
Kaggle 2018 Data Science Bowl competition dataset for segmented nuclei images.
from farabio.data.biodatasets import DSB18Dataset
train_dataset = DSB18Dataset(root=".", transform=None, download=False)
train_dataset.visualize_dataset(5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment