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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: