facebookresearch / frankmocap

A Strong and Easy-to-use Single View 3D Hand+Body Pose Estimator
Other
2.12k stars 373 forks source link

No module named 'demo' #151

Closed Christopeos closed 2 years ago

Christopeos commented 2 years ago

I get this error when running the bodymocap:

Error while finding module specification for 'demo.demo_bodymocap' (ModuleNotFoundError: No module named 'demo')

penincillin commented 2 years ago

This seems to be a path issue. Under which directory do you run the script or the code ?

Christopeos commented 2 years ago

Apparently python couldn't access the subfolder where everything was, i moved the files and now it works all right. Thank you.