ABME icon indicating copy to clipboard operation
ABME copied to clipboard

Asymmetric Bilateral Motion Estimation for Video Frame Interpolation, ICCV2021

Results 12 ABME issues
Sort by recently updated
recently updated
newest added

How do I test it on windows? When I try to run it, I get the error "correlation_cuda" does not exist.

Hi, thanks for your awesome work. I have a question as an extension to Issue #8 . I understand that the provided pretrained model can be used recursively to produce...

Why use vimeo90k ['testlist.txt' provided for validation](https://github.com/JunHeum/ABME/blob/master/data/Vimeo90K.py#L74-L100). As far as i know, when training the test dataset is not visible. And another question, what optimizer and lr_scheduler do you use...

Hi, As what mentioned in the paper, the reliability map Z is computed by ![image](https://user-images.githubusercontent.com/34597963/146323865-97010180-7f75-42d6-bc0b-dffdd9b06a50.png) where I think, Z is related to the difference about the interped frame in time...

Hi team, I think the paper mentions it is possible to interpolate at any time t. But the codes provided only perform a t=0.5 interpolation. Is it possible to modify...

Hi!I would like to ask you how to get the error maps? Is there specific codes for these? Thank you very much!

it would be great if you can share the train codes, I am new to PyTorch so please guide me a bit thank you

Great work. Is there any comparison with SoftSplat or RIFE for the work.

Hi, I have tried to build the correlation layer, however, it keeps on failing. This is the error I get: error: command '/usr/bin/nvcc' failed with exit status 1 Both cuda...