dvlab-research / VFIformer

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

Missing flow .npy file #1

Open repers opened 2 years ago

repers commented 2 years ago

Hi, I came across your paper recently and thought it was really impressive. I am running the test script using the command provided, but I get an error

flow0 = np.load(flow[0])
IndexError: list index out of range

This line in datasets.py indicates that there should be a flows folder with the contents being .npy. Is it possible to provide this folder? flow = sorted(glob.glob(os.path.join(self.data_root.replace('vimeo_triplet', ''), 'flows', name, '*.npy'))) Thanks

SkyeLu commented 2 years ago

Hi, thanks for raising this issue, we have updated the Prepare Dataset part in the README file, please follow the instruction to compute the GT flows by using lite-flownet.