EasternJournalist / live_mocap

Single-view real-time motion capture built up upon Google Mediapipe.
Apache License 2.0
184 stars 37 forks source link

ModuleNotFoundError: No module named 'torch' #16

Open dongdongzi opened 3 months ago

dongdongzi commented 3 months ago

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!!!

ehsanwwe commented 2 weeks ago

pip install torch

write this comment , also write this => pip install mediapipe