dvlab-research / VFIformer

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

issue of code #3

Open Zhang-Hu927 opened 2 years ago

Zhang-Hu927 commented 2 years ago

Hi, there is an issue in the code, "from Timm. models. layers import DropPath, to_2tuple, truncnormal, "No module named 'Timm'"?"

SkyeLu commented 2 years ago

Hi, please install timm package via "pip install timm".