wangxiang1230 / OadTR

Code for our ICCV 2021 Paper "OadTR: Online Action Detection with Transformers".
MIT License
87 stars 12 forks source link

Cannot run with THUMOS14-Kinetics feature #4

Open html4396 opened 3 years ago

html4396 commented 3 years ago

I am honored to use your models, but there are a problem: i can not run with your new feature. it presents an RuntimeError: mat1 dim 1 must match mat2 dim 0. And the models can run with old feature.

wangxiang1230 commented 3 years ago

I am honored to use your models, but there are a problem: i can not run with your new feature. it presents an RuntimeError: mat1 dim 1 must match mat2 dim 0. And the models can run with old feature.

Thank you for your attention to our OadTR. Can you show all the errors you reported (such as the type of error and which line)? Note that to use the new feature, you need to change the input dimension from 3072 to 4096 and adjust the feature input path.

html4396 commented 3 years ago

Thanks very much,the model which changes its dimension to 4096 can run.