Skip to content

Commit

Permalink
UPCODE
Browse files Browse the repository at this point in the history
  • Loading branch information
ronildofacanha committed Dec 14, 2021
1 parent 4833233 commit 54dd9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion D_speed_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import collections

carCascade = cv2.CascadeClassifier('arquivos/Xcar.xml')
video = cv2.VideoCapture('arquivos/cars4.mp4')
video = cv2.VideoCapture('arquivos/cars3.mp4')

WIDTH = 720
HEIGHT = 480
Expand Down

0 comments on commit 54dd9d2

Please sign in to comment.