mirror of
https://github.com/hzwer/ECCV2022-RIFE.git
synced 2026-02-24 04:19:41 +01:00
Fix cut
This commit is contained in:
@@ -44,7 +44,7 @@ padding = (0, pw - w, 0, ph - h)
|
||||
tot_frame = videoCapture.get(cv2.CAP_PROP_FRAME_COUNT)
|
||||
print('{}.mp4, {} frames in total, {}FPS to {}FPS'.format(args.video[:-4], tot_frame, fps, args.fps))
|
||||
pbar = tqdm(total=tot_frame)
|
||||
cnt = 0
|
||||
cnt = 1
|
||||
if args.montage:
|
||||
frame = frame[:, left: left + w]
|
||||
while success:
|
||||
|
||||
@@ -44,7 +44,7 @@ padding = (0, pw - w, 0, ph - h)
|
||||
tot_frame = videoCapture.get(cv2.CAP_PROP_FRAME_COUNT)
|
||||
print('{}.mp4, {} frames in total, {}FPS to {}FPS'.format(args.video[:-4], tot_frame, fps, args.fps))
|
||||
pbar = tqdm(total=tot_frame)
|
||||
cnt = 0
|
||||
cnt = 1
|
||||
if args.montage:
|
||||
frame = frame[:, left: left + w]
|
||||
while success:
|
||||
|
||||
Reference in New Issue
Block a user