You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
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
The text was updated successfully, but these errors were encountered: