VFIformer icon indicating copy to clipboard operation
VFIformer copied to clipboard

Missing flow .npy file

Open repers opened this issue 2 years ago • 1 comments

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

repers avatar May 19 '22 18:05 repers