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 a13fcb0 commit ea84efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detection_on_vid.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def process(img):
return final_img


cap = cv2.VideoCapture("lane_vid2.mp4")
cap = cv2.VideoCapture("./Data/lane_vid2.mp4")

frame_width = int(cap.get(cv2.CAP_PROP_FRAME_WIDTH))
frame_height = int(cap.get(cv2.CAP_PROP_FRAME_HEIGHT))
Expand Down

0 comments on commit ea84efd

Please sign in to comment.