mmlab-cv / Group-Obstacle-LSTM

Code for the papers Group-LSTM (ECCV2018) and Group-Obstacle-LSTM (CVIU2020).
MIT License
5 stars 4 forks source link

ModuleNotFoundError: No module named 'st_graph' #1

Open angeliquetaylor opened 3 years ago

angeliquetaylor commented 3 years ago

I received the following error while trying to run "python train.py' in the Group-Obstacle-LSTM/social-lstm-pytorch-group/social_lstm directory.

ModuleNotFoundError: No module named 'st_graph'

Any idea why I might be receiving this error? Are there any additional requirements needed to run the code that is not included in the README?

THN0000 commented 1 year ago

I received the following error while trying to run "python train.py' in the Group-Obstacle-LSTM/social-lstm-pytorch-group/social_lstm directory.

ModuleNotFoundError: No module named 'st_graph'

Any idea why I might be receiving this error? Are there any additional requirements needed to run the code that is not included in the README?

Have you solve this problem? I also received this error. But I can't found this module too.