AdaCoF-pytorch icon indicating copy to clipboard operation
AdaCoF-pytorch copied to clipboard

Official source code for our paper "AdaCoF: Adaptive Collaboration of Flows for Video Frame Interpolation" (CVPR 2020)

Results 8 AdaCoF-pytorch issues
Sort by recently updated
recently updated
newest added

Dear author, I want to use your model to deal with 1624 × 1224 resolution video, but unfortunately, your model seems to limit the maximum resolution to 1280 × 720。...

Thank you very much for your adacof.py algorithm. When I use it in my work, the forward computing is fine, however, when calling `loss.backward()`, I met the following errors: ```python...

Thank you very much for sharing your project. Can I insert any number of Frame between two Frame ?(such as 2,3,4,5...)

As seen in Figure 6 in your paper, may i ask how was your occlusion map visualized? ![image](https://github.com/HyeongminLEE/AdaCoF-pytorch/assets/122966303/69fdca39-34de-467f-a88b-9f6854444d31) Also, AdaCoF is a great paper, thank you for your hard work!

Dear author, Thanks for your great work, it is very inspiring! I have a question about the implementation of the ''backward operation'' of the input. Would you mind implementing the...

Hi, when you were writing the code for AdaCoF in cupy, what software or resources did you use for that, I am trying to understand the cupy/C code, but am...

Can you share the code files about the evaluation indicators SSIM, IE, NIE?Thank you!