v2.0.0
- Change the function name to lowercase.
- Add four models:
NTIRE 2021 Video Super-Resolution
,Video Deblurring (DVD)
,Video Deblurring (GoPro)
, andVideo Denoising
. - Rename
interval
parameter tolength
. - Rename
tile_x
andtile_y
parameters totile_w
andtile_h
respectively. - Remove
device_type
parameter. - Remove
fp16
parameter. Now it's controlled by the format of the input.