Adds augmentation examples
Browse files- 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 |
-
"
|
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 |
{
|