dvlab-research / VFIformer

Video Frame Interpolation with Transformer (CVPR2022)
MIT License
114 stars 20 forks source link

issue of compute_flow_vimeo.py #10

Open houlaine1 opened 1 year ago

houlaine1 commented 1 year ago

Hi, I came across your paper recently and thought it was really impressive.When I run the compute_flow_vimeo.py, I got this error: AttributeError: module 'correlation' has no attribute 'FunctionCorrelation'.

I want to ask how to solve this problem . Thank you.

SkyeLu commented 1 year ago

Hi, you may refer to this issue: https://github.com/sniklaus/pytorch-liteflownet/issues/21

Egyonic commented 1 year ago

Hi, you may refer to this issue: sniklaus/pytorch-liteflownet#21

I install cupy as that issue mentioned, but still have the problme. My env is : CUDA 11.3 torch 1.12.1+cu113 torchaudio 0.12.1+cu113 torchvision 0.13.1+cu113 cupy-cuda113 10.6.0

Does anyone have the same problme?