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

Align1D Problem #3

Closed yxy32 closed 1 year ago

yxy32 commented 1 year ago

Thanks for your nice work. I am trying to try my dataset using your code and encountered a problem said cannot import name 'Align1D' from partially initialized module 'models.ops.roi_align'. I guess it may be a g-tad problem so I tried to install it. However, when I install g-tad, pycharm shows ' \visual studio\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\link.exe' failed with exit code 1120'. Could you help me?

yxy32 commented 1 year ago

I missed the step of Compiling CUDA extensions. Currently the issue has been fixed.

zjutangk commented 1 month ago

I missed the step of Compiling CUDA extensions. Currently the issue has been fixed.

How you solve it? I have the same problem.