joslefaure / HIT

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

No hit._custom_cuda_ext was found #37

Open ddddqt opened 8 months ago

ddddqt commented 8 months ago

Hello author, I am very interested in your article, try to reproduce it. But the error, show can not find hit._custom_cuda_ext, where is this file

joslefaure commented 8 months ago

Most likely hit was not successfully installed. Check torch version, make sure it matches your cuda version then try again pip install e .

ddddqt commented 8 months ago

Hello author, now the configuration environment has been solved, thank you very much for your reply. But can you provide json files processed by mutlisports, UCF101-24, J-HMDB, or conversion codes? Thank you very much.

fengjingchehu commented 6 months ago

could you please tell me something about your configuration environment ?like torch、cuda、python and linux or windows ?

ddddqt commented 6 months ago

could you please tell me something about your configuration environment ?like torch、cuda、python and linux or windows ?

I configured it on linux. There is a problem with the window configuration. Configuration environment is cuda11.4,torch 1.7.1+cu110, python 3.7