AFI-ForwardDeduplicate
AFI-ForwardDeduplicate copied to clipboard
Efficient Deduplicate for Anime Video Frame Interpolation
Results
2
AFI-ForwardDeduplicate issues
Sort by
recently updated
recently updated
newest added
I'm trying to adjust this code to use it on M1 Mac. M1 Mac doesn't support Cupy, but is there any allternatives to replace Cupy?
I copied all files from RIFE 4.18 and also change paths in .py files Still getting this error Traceback (most recent call last): File "/AFI-ForwardDeduplicate/interpolate_video_forward.py", line 93, in model.load_state_dict(convert(torch.load('weights/flownet.pkl'))) File...