kennymckormick / pyskl

A toolbox for skeleton-based action recognition.
Apache License 2.0
911 stars 175 forks source link

configs/rgbpose_conv3d/compress_nturgbd.py Traceback (most recent call last): File "compress_nturgbd.py", line 5, in <module> from pyskl.smp import * ModuleNotFoundError: No module named 'pyskl' #241

Open followingcode opened 2 months ago

followingcode commented 2 months ago

root@autodl-container-3fb9439642-043bf257:~/pyskl/configs/rgbpose_conv3d# python compress_nturgbd.py Traceback (most recent call last): File "compress_nturgbd.py", line 5, in from pyskl.smp import * ModuleNotFoundError: No module named 'pyskl'

error

I would like to ask why when I run compress_nturgbd.py script in the terminal, I am prompted that the pyskl module is missing in line 5 ModuleNotFoundError: No module named 'pyskl' thanks in advance @kennymckormick

followingcode commented 2 months ago

I found that I didn't enter my own virtual environment, and I could run it when I entered my own virtual environment, but the 130G video was found to be stuck.