Ubuntu commited on
Commit
526b144
·
1 Parent(s): 456cdb8
Files changed (2) hide show
  1. .ipynb_checkpoints/app-checkpoint.py +2 -1
  2. app.py +2 -1
.ipynb_checkpoints/app-checkpoint.py CHANGED
@@ -20,7 +20,8 @@ def video_identity(video):
20
  # out = cv2.VideoWriter(output_video_path, fourcc, 30.0, (int(cap.get(3)), int(cap.get(4))))
21
 
22
 
23
-
 
24
  # capture = cv2.VideoCapture('output.mp4')
25
  while (True):
26
 
 
20
  # out = cv2.VideoWriter(output_video_path, fourcc, 30.0, (int(cap.get(3)), int(cap.get(4))))
21
 
22
 
23
+
24
+ frameNr = 0
25
  # capture = cv2.VideoCapture('output.mp4')
26
  while (True):
27
 
app.py CHANGED
@@ -20,7 +20,8 @@ def video_identity(video):
20
  # out = cv2.VideoWriter(output_video_path, fourcc, 30.0, (int(cap.get(3)), int(cap.get(4))))
21
 
22
 
23
-
 
24
  # capture = cv2.VideoCapture('output.mp4')
25
  while (True):
26
 
 
20
  # out = cv2.VideoWriter(output_video_path, fourcc, 30.0, (int(cap.get(3)), int(cap.get(4))))
21
 
22
 
23
+
24
+ frameNr = 0
25
  # capture = cv2.VideoCapture('output.mp4')
26
  while (True):
27