mirror of
https://github.com/hzwer/ECCV2022-RIFE.git
synced 2026-02-24 04:19:41 +01:00
Fix last frame
This commit is contained in:
@@ -53,7 +53,7 @@ while success:
|
||||
output.write(lastframe)
|
||||
output.write(mid[:h, :w])
|
||||
if args.montage:
|
||||
output.write(np.concatenate((frame, frame), 1))
|
||||
output.write(np.concatenate((lastframe, lastframe), 1))
|
||||
else:
|
||||
output.write(frame)
|
||||
output.write(lastframe)
|
||||
output.release()
|
||||
|
||||
Reference in New Issue
Block a user