yjxiong / tsn-pytorch

Temporal Segment Networks (TSN) in PyTorch
BSD 2-Clause "Simplified" License
1.06k stars 311 forks source link

No module named 'mmaction.datasets.utils' #120

Open dandingol03 opened 3 years ago

dandingol03 commented 3 years ago

Hi,i run this project in google colab and install mmaction2 to run build_file_list.py, but i encounter the error No module named 'mmaction.datasets.utils'. I know is the mmaction problem. I wonder how to generate file list in mmaction2

Crush-yq commented 3 years ago

hello @dandingol03 . I have also encountered this problem, which has just been solved. Maybe you need to uninstall your mmaction2, and then install mmaction according to the following steps.

image