Hello there
First of all kudos for this interesting project. I have tons of animation and from time to time I bang my head on how to port them gracefully...
I'm try to run the demo but it fails.
user:retargeting source demo.sh
Traceback (most recent call last):
File "eval_single_pair.py", line 2, in <module>
import torch
ImportError: No module named torch
Traceback (most recent call last):
File "demo.py", line 49, in <module>
example('Aj', 'BigVegas', 'Dancing Running Man.bvh', 'intra', './examples/intra_structure')
File "demo.py", line 45, in example
height)
File "/Users/max/Developer/Library/Graphics/moremocap/deep-motion-editing/retargeting/models/IK.py", line 57, in fix_foot_contact
anim, name, ftime = BVH.load(input_file)
File "../utils/BVH.py", line 58, in load
f = open(filename, "r")
FileNotFoundError: [Errno 2] No such file or directory: './examples/intra_structure/result.bvh'
Seems it cannot find pytorch, but my pip shows is installed:
Hello there First of all kudos for this interesting project. I have tons of animation and from time to time I bang my head on how to port them gracefully...
I'm try to run the demo but it fails.
Seems it cannot find pytorch, but my pip shows is installed:
Anyway, if I run eval_single_pair.py directly it works:
That means a python scripts run directly finds pytorch ok. Maybe could be something related to os.system calls? My setup:
Mac Os X 10.14.3 Mojave default python.org Python 3.7.0, no envs
Thank you