joslefaure / HIT

Official Implementation of our WACV2023 paper: “Holistic Interaction Transformer Network for Action Detection”
https://arxiv.org/abs/2210.12686
48 stars 7 forks source link

ImportError #38

Closed fengjingchehu closed 3 months ago

fengjingchehu commented 5 months ago

ImportError:hit/_custom_cuda_ext.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN3c104cuda20getCurrentCUDAStreamEa my torch is 1.7.1+cu101

joslefaure commented 5 months ago

Try uninstalling and installing torch. And then install hit.

fengjingchehu commented 5 months ago

i successfully made it with pytorch 1.7.1 python 3.8 and cuda 10.1. And i wonder if i am able to get some visable results? i am looking forward to your reply.

fengjingchehu commented 5 months ago

just like the figure in your paper