Advertisement
Gloria_seven7

openposepy report

Oct 17th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.47 KB | None | 0 0
  1. (base) i2rlab@i2rlab:~/openpose/build/examples/tutorial_api_python$ python 01_body_from_image.py
  2. Error: OpenPose library could not be found. Did you enable `BUILD_PYTHON` in CMake and have this Python script in the right folder?
  3. Traceback (most recent call last):
  4.   File "01_body_from_image.py", line 26, in <module>
  5.     raise e
  6.   File "01_body_from_image.py", line 23, in <module>
  7.     from openpose import pyopenpose as op
  8. ModuleNotFoundError: No module named 'openpose'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement