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

issue of missing checkpoints/finetuned-liteflownet-epoch1.pkl #4

Open
chautuankien opened this issue Jul 30, 2022 · 1 comment
Open

Comments

@chautuankien
Copy link

Hi, I came across your paper recently and thought it was really impressive. I am doing the Prepare Dataset part to create .npy file. As you said, I clone the Lite-flownet repo and put compute_flow_vimeo.py into the folder. When I run, I got this error:
FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints/finetuned-liteflownet-epoch1.pkl'

I want to ask how can I get finetuned-liteflownet-epoch1.pkl file? One more question, you said remember to change the data path, is the data path is the path of Vimeo90K Triplet dataset?

Thank you.

@SkyeLu
Copy link
Collaborator

SkyeLu commented Aug 2, 2022

  1. Hi, the finetuned liteflownet checkpoint can be downloaded from repo of RIFE: https://drive.google.com/file/d/1XS0yR0ZGSFxf7gSVuQ9ahj658acEi2fF/view
  2. Yes. Change these two lines:
    img_root = 'yourpath/vimeo_triplet/sequences'
    dst_flow_root = 'yourpath/flows'

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