GSeanCDAT / GIMM-VFI

[NeurIPS 2024] Generalizable Implicit Motion Modeling for Video Frame Interpolation
Other
215 stars 9 forks source link

Question: Where is the ./pretrained_ckpt folder? #5

Closed DataJuggler closed 2 weeks ago

DataJuggler commented 2 weeks ago

I read your instructions. I don't see a ./pretrained_ckpt folder after cloning. Where is this?

Am I supposed to create this folder? If yes, where do I create it?

Thanks

GSeanCDAT commented 2 weeks ago

Hi, you are supposed to create the pretrained_ckpt folder after cloning. Specifically, you can achieve this by the following command:

git clone https://github.com/GSeanCDAT/GIMM-VFI.git
cd GIMM-VFI
mkdir pretrained_ckpt

The pretrained_ckpt folder is supposed to be at the root directory of your cloned GIMM-VFI repo.

DataJuggler commented 2 weeks ago

Thank you. I will try this after work.