Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing flow .npy file #1

Open
repers opened this issue May 19, 2022 · 1 comment
Open

Missing flow .npy file #1

repers opened this issue May 19, 2022 · 1 comment

Comments

@repers
Copy link

repers commented May 19, 2022

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
Copy link
Collaborator

SkyeLu commented May 20, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants