A4Bio / SimVP

The official implementation of the CVPR'22 paper SimVP: Simpler Yet Better Video Prediction.
205 stars 40 forks source link

KTH datasets problem #11

Open return-sleep opened 1 year ago

return-sleep commented 1 year ago

when I run dataloader_kth.py, something is wrong :

`Cannot open file. This file was likely created with Python 2 and an old hickle version.’

can you share the new hickle file (from Python 3)? Thanks for your interesting work

gaozhangyang commented 1 year ago

We are using python3 and the error may be caused by a different version of hickle.

return-sleep commented 1 year ago

Thank you for your reply, when I changed the version of hickle, it worked.