Skip to content

Instantly share code, notes, and snippets.

@tuttelikz
Created April 21, 2021 09:07
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/02fb1053f036652000b64bb9ffd44239 to your computer and use it in GitHub Desktop.
Save tuttelikz/02fb1053f036652000b64bb9ffd44239 to your computer and use it in GitHub Desktop.
Retina images taken using fundus photography from Kaggle APTOS 2019 Blindness Detection
from farabio.data.biodatasets import RetinopathyDataset
train_dataset = RetinopathyDataset(root=".", transform=None, download=True)
train_dataset.visualize_dataset(9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment