Skip to content

Commit 638ddc8

Browse files
Update stage0_starting_script/face_detect_skimage.py
Co-authored-by: siddhantwahal <[email protected]>
1 parent 607c248 commit 638ddc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage0_starting_script/face_detect_skimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
if len(sys.argv) > 1:
1919
image_path = sys.argv[1]
2020
else:
21-
image_path = join("sample_images", "IMG-0311_xmas_2020.JPG")
21+
image_path = join("../sample_images", "IMG-0311_xmas_2020.JPG")
2222
# image_path = join("sample_images", "owls.jpg")
2323

2424
img = imageio.imread(image_path)

0 commit comments

Comments
 (0)