nam_nguyenhoai_AI commited on
Commit
e16c706
·
1 Parent(s): b4f3d45

update src

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def make_video(video_path, outdir='./summarized_video', algorithm='Kmeans', mode
64
  if not ret:
65
  break
66
 
67
- # use the original frames to write the output video
68
  #original_frames.append(raw_frame)
69
  raw_frame = cv2.resize(raw_frame, resize_to)
70
  # use the resized frames to extract features
 
64
  if not ret:
65
  break
66
 
67
+ # use the original frames to write the output video if you want
68
  #original_frames.append(raw_frame)
69
  raw_frame = cv2.resize(raw_frame, resize_to)
70
  # use the resized frames to extract features