Skip to content

Commit

Permalink
Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
jankozik committed Sep 22, 2020
1 parent c69f56a commit a13fcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detection_on_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import matplotlib.pyplot as plt

# Step 1) Load image
img = cv2.imread("test_img.jpg")
img = cv2.imread("./Data/test_img.jpg")
img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)

# Step 2) Gray Scale
Expand Down

0 comments on commit a13fcb0

Please sign in to comment.