You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My run command:python mocap.py --blend ./assets/mixamo.blend --video ./medias/rope.mp4 ,the following error occurs after running:
Error: Python: Traceback (most recent call last):
File "/home/wangdongbing/dp_project/live_mocap-master/apply_animation.py", line 11, in
data = pickle.load(f)
ModuleNotFoundError: No module named 'torch'
My environment is:Ubuntu20.04,blender version is 3.2,Please tell me how to solve this problem?thanks!!!