mirror of
https://github.com/hzwer/ECCV2022-RIFE.git
synced 2025-12-16 08:27:45 +01:00
Fix HD benchmark
This commit is contained in:
@@ -44,7 +44,7 @@ for data in name_list:
|
||||
_, lastframe = Reader.read()
|
||||
# fourcc = cv2.VideoWriter_fourcc('m', 'p', '4', 'v')
|
||||
# video = cv2.VideoWriter(name + '.mp4', fourcc, 30, (w, h))
|
||||
for index in range(0, 200, 2):
|
||||
for index in range(0, 100, 2):
|
||||
if 'yuv' in name:
|
||||
IMAGE1, success1 = Reader.read(index)
|
||||
gt, _ = Reader.read(index + 1)
|
||||
|
||||
Reference in New Issue
Block a user