sketchkit.animation.RIFE¶
- class sketchkit.animation.RIFE(device: str = 'cuda')[source]¶
A class for sketch animation using the method of paper “Real-Time Intermediate Flow Estimation for Video Frame Interpolation” in ECCV 2022.
- device¶
The device that is used.
- Type:
str
- __init__(device: str = 'cuda')[source]¶
Initializes the RIFE animator.
- Parameters:
device (str, optional) – The device that is used.
Methods
__init__(*args, **kwargs)Initialize self.