dvlab-research / VFIformer

Video Frame Interpolation with Transformer (CVPR2022)
MIT License
114 stars 20 forks source link

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

Open chautuankien opened 2 years ago

chautuankien commented 2 years ago

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 commented 2 years ago
  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: https://github.com/dvlab-research/VFIformer/blob/b81f2ae49ba7774dfae0607ff7b05bbb9aaf1b06/compute_flow_vimeo.py#L378-L379