myungsub / CAIN

Source code for AAAI 2020 paper "Channel Attention Is All You Need for Video Frame Interpolation"
MIT License
326 stars 43 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'data/vimeo_triplet/sequences//im1.png' thank you #26

Open shismmm opened 1 year ago

shismmm commented 1 year ago

Why do I get an error using data set vimeo_triplet :FileNotFoundError: [Errno 2] No such file or directory: 'data/vimeo_triplet/sequences//im1.png' thank you

adev175 commented 1 year ago

Facing same problem here. The code insdide vimeo90k.py file which mention the datasets path seem like have no logical problem.

Qjrun commented 1 year ago

There are blank lines at the bottom of test.txt, delete them!

JasonChen925 commented 9 months ago

according to @Qjrun ,just delete the blank lines at the bottom of .data/vimeo_triplet/tri_testlist.txt and tri_trainlist.txt , it works in my envirionment,thanks!