bhimrazy commited on
Commit
945b303
1 Parent(s): 9f31371

Adds augmentation examples

Browse files
Files changed (1) hide show
  1. notebook.ipynb +1 -1
notebook.ipynb CHANGED
@@ -18,7 +18,7 @@
18
  "DATA_DIR = \"dr-detection/data/diabetic-retinopathy-dataset/sample/\"\n",
19
  "image_files = track_files(DATA_DIR)\n",
20
  "\n",
21
- "# plot_image_grid(image_files, roi_crop=True)"
22
  ]
23
  },
24
  {
 
18
  "DATA_DIR = \"dr-detection/data/diabetic-retinopathy-dataset/sample/\"\n",
19
  "image_files = track_files(DATA_DIR)\n",
20
  "\n",
21
+ "plot_image_grid(image_files, roi_crop=True)"
22
  ]
23
  },
24
  {