ECCV2022-RIFE icon indicating copy to clipboard operation
ECCV2022-RIFE copied to clipboard

ECCV2022 - Real-Time Intermediate Flow Estimation for Video Frame Interpolation

Results 74 ECCV2022-RIFE issues
Sort by recently updated
recently updated
newest added

Hi, I'm interested in just getting the optical flow between frame 1 and frame 2 (and not necessarily producing a frame 1.5 in between). Is there a way to combine...

what is this error i keep getting it ? how i can fix this?

Hi. While running: python3 inference_video.py --exp=1 --video=video.mp4 --scale=0.5 I get: File "C:\Users\risto\Desktop\ML-NEW\ECCV2022-RIFE-main\inference_video.py", line 2, in import cv2 ModuleNotFoundError: No module named 'cv2'

请问如何开启双向光流?

请问如何批处理多个视频?

补帧后高速运动物体周围出现空间扭曲,把scale设置成0.25稍微好一点,可是转场变得相当奇怪,突然就切换到下一个场景。请问如何设置转场时长?

https://github.com/megvii-research/ECCV2022-RIFE/blob/9e10b63db3e93c3ba02283260cee1f3a698c4b14/train.py#L113 Hello, when GT and PRED are too similar (mse

在用RIFE进行视频插帧时,发现一个视频大小的问题: 原视频大小大约8M,执行 python3 inference_video.py --multi=2 --video=face_1.mp4后,输出的视频大小要到170M 为啥会增加这么多呀?就加了一个帧,理论上不应该是增加1倍大小吗?

模型很好用!好像RIFE_HDv3的效果更好,RIFE_HDv3细节上和论文的RIFE有什么不同呢?