MichiganCOG / A2CL-PT

Adversarial Background-Aware Loss for Weakly-supervised Temporal Activity Localization (ECCV 2020)
MIT License
46 stars 8 forks source link

ValueError:invalid buffering size when load 'feature_train.npy' #8

Open JosephineRabbit opened 3 years ago

JosephineRabbit commented 3 years ago

Hi, I meet ValueError:invalid buffering size when load 'feature_train.npy' but it's ok to load 'feature_val.npy'. Is 'feature_train.npy' file broken?

kylemin commented 3 years ago

Hi, Thank you for your interest! I am not sure what caused the problem for you, but as a workaround, I made pkl files: link. You can import pickle and load the files instead of using np.load.

JosephineRabbit commented 3 years ago

Thanks!