Skip to content

Commit 2ffb773

Browse files
authored
Update 04-drawing.md
file read missing data/
1 parent f091711 commit 2ffb773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/04-drawing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ original image and create the mask in the same way as before:
304304
305305
~~~
306306
# Load the original image
307-
image = skimage.io.imread("maize-seedlings.tif")
307+
image = skimage.io.imread("data/maize-seedlings.tif")
308308

309309
# Create the basic mask
310310
mask = np.ones(shape=image.shape[0:2], dtype="bool")

0 commit comments

Comments
 (0)