mirror of
https://github.com/hzwer/ECCV2022-RIFE.git
synced 2026-02-24 04:19:41 +01:00
Fix typo
This commit is contained in:
@@ -54,7 +54,7 @@ def clear_buffer(user_args, buffer):
|
||||
for i in buffer:
|
||||
if user_args.png:
|
||||
cv2.imwrite('vid_out/{:0>7d}.png'.format(cnt), i)
|
||||
cnt += i
|
||||
cnt += 1
|
||||
else:
|
||||
vid_out.write(i)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user