Skip to content

Instantly share code, notes, and snippets.

@tuttelikz
Created April 21, 2021 08:54
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/9dd1f0f4f67ee1acfc96c56db4c35962 to your computer and use it in GitHub Desktop.
Save tuttelikz/9dd1f0f4f67ee1acfc96c56db4c35962 to your computer and use it in GitHub Desktop.
Kaggle Chest X-Ray Images competition dataset to detect pneumonia.
from farabio.data.biodatasets import ChestXrayDataset
train_dataset = ChestXrayDataset(root=".", transform=None, download=True)
train_dataset.visualize_dataset()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment