dingfengshi / TriDet

[CVPR2023] Code for the paper, TriDet: Temporal Action Detection with Relative Boundary Modeling
MIT License
160 stars 13 forks source link

ModuleNotFoundError: No module named 'top_pool' #1

Closed AndongDeng closed 1 year ago

AndongDeng commented 1 year ago

We also need to run this to avoid this error:


cd ./libs/utils
python setup.py install --user
cd ../..
dingfengshi commented 1 year ago

Thanks for pointing this out! Our code doesn't use this part and we've removed it in the latest commit.

dingfengshi commented 1 year ago

The issue has been resolved. Closing the issue.