lxy5513/videopose

from openpose import pyopenpose as op求助

Closed this issue · 3 comments

from openpose import pyopenpose as op
ModuleNotFoundError: No module named 'openpose'
Error: OpenPose library could not be found. Did you enable BUILD_PYTHON in CMake and have this Python script in the right folder?
打扰了,我想问一下上面的问题应该怎么解决?

你需要先编译运行openpose python

@lxy5513 需要将该环境conda的python与openpose编译,才能调用openpose python API ,您的文件里的这句话我不怎么懂,能不能说具体点。我不知怎么编译,是需要在下载CMU的那个openpose进行编译吗?