DenisTome / Lifting-from-the-Deep-release

Implementation of "Lifting from the Deep: Convolutional 3D Pose Estimation from a Single Image"
https://denistome.github.io/papers/lifting-from-the-deep
GNU General Public License v3.0
450 stars 133 forks source link

Error in lifting module #32

Closed gangubai closed 5 years ago

gangubai commented 5 years ago

python3 pt3-webcam3D.py Traceback (most recent call last): File "pt3-webcam3D.py", line 17, in from lifting.prob_model import Prob3dPose ModuleNotFoundError: No module named 'lifting'

Please can someone help in that??Also I am not able to access the updated version of the repo..If someone have it,can somebody please send it?? Thanks in advance!!

DenisTome commented 5 years ago

You should run demo.py from within the applications directory.

DenisTome commented 5 years ago

Closing the task due to inactivity