MVIG-SJTU / AlphAction

Spatio-Temporal Action Localization System
407 stars 74 forks source link

A Problem when running demo #16

Closed Fishhao123 closed 4 years ago

Fishhao123 commented 4 years ago

Hi, I met a problem when trying to run the demo.py, it seems that there is something missing. Could you please provide a solution?Thanks.

import AlphAction.custom_ext as _C ModuleNotFoundError: No module named 'AlphAction.custom_ext'

yelantf commented 4 years ago

Did you successfully install this project? You should follow the steps shown in INSTALL.md and ensure that no error occurs when running the command python setup.py build develop. Currently, this project does not support PyTorch 1.5+ and you should choose PyTorch 1.1.0-1.4.1. Also, as mentioned in #10 , you should check if you system nvcc version is the same as the one built with PyTorch.

yelantf commented 4 years ago

Issue closed due to the lack of response.