xlliu7 / E2E-TAD

[CVPR 2022] An Empirical Study of End-to-end Temporal Action Detection
Apache License 2.0
81 stars 11 forks source link

_pickle.UnpicklingError: could not find MARK #4

Closed Hank5120 closed 1 year ago

Hank5120 commented 1 year ago

Hi @xlliu7 , Thank you so much for your wonderful work. I have a problem when I use following method to test Pre-trained Models,

python main.py --cfg configs/thumos14_e2e_slowfast_tadtr.yml --eval --resume scripts/test_reference_models_e2e.sh

And I got this error, I don't know why.

magic_number = pickle_module.load(f, **pickle_load_args) _pickle.UnpicklingError: could not find MARK

Hank5120 commented 1 year ago

Screenshot from 2022-12-08 12-55-14

xlliu7 commented 1 year ago

Hi, your command is incorrect. Your command will use "scripts/test_reference_models_e2e.sh" as the weight file, which is apparently invalid. Try bash scripts/test_reference_models_e2e.sh thumos14 instead.