shuyueL / FFNet

Implementation of our CVPR 2018 Paper (FFNet: Video Fast-Forwarding via Reinforcement Learning)
GNU General Public License v3.0
20 stars 4 forks source link

Testing example misses 'input/MP7_alex_fc7_feat.mat' #1

Closed washingtonsk8 closed 5 years ago

washingtonsk8 commented 5 years ago

After running 'python nn_test.py' the following error occurs:

FileNotFoundError: [Errno 2] No such file or directory: 'input/MP7_alex_fc7_feat.mat'

Is this file available, or we have to create it by ourselves?

shuyueL commented 5 years ago

Oh... it was not uploaded successfully as the size exceeded 25MB. Now I get it uploaded in the input directory. Thanks.

washingtonsk8 commented 5 years ago

It is ok now, thanks.