Skip to content

Instantly share code, notes, and snippets.

@tuttelikz
Created April 21, 2021 09:10
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/3b7fd0e3f94f8bf92d293be91494063c to your computer and use it in GitHub Desktop.
Save tuttelikz/3b7fd0e3f94f8bf92d293be91494063c to your computer and use it in GitHub Desktop.
Histopathologic Cancer Detection from Kaggle Histopathologic Cancer Detection
from farabio.data.biodatasets import HistocancerDataset
train_dataset = HistocancerDataset(root=".", download=True, train=True)
train_dataset.visualize_dataset()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment