GUI based on the python api of openpose in windows using cuda10 and cudnn7. Support body , hand, face keypoints estimation and data saving. Realtime gesture recognition is realized through two-layer neural network based on the skeleton collected from the gui.
86
stars
23
forks
source link
About the Error有个报错: OpenPose library could not be found.have this Python script in the right folder? #12
Traceback (most recent call last):
File "E:\new try\OpenposeGUI\custom\openpose_model.py", line 14, in
raise e
File "E:\new try\OpenposeGUI\custom\openpose_model.py", line 9, in
import pyopenpose as op
ModuleNotFoundError: No module named 'pyopenpose'
Error: OpenPose library could not be found. Did you enable BUILD_PYTHON in CMake and have this Python script in the right folder?
I know there may be something wrong with the file path, but I don't know how to solve it.Please criticize and correct.
我知道可能是在文件路径上出了问题,但是我不知道如何修改。请大佬批评指正
Traceback (most recent call last): File "E:\new try\OpenposeGUI\custom\openpose_model.py", line 14, in raise e File "E:\new try\OpenposeGUI\custom\openpose_model.py", line 9, in import pyopenpose as op ModuleNotFoundError: No module named 'pyopenpose' Error: OpenPose library could not be found. Did you enable BUILD_PYTHON in CMake and have this Python script in the right folder?
I know there may be something wrong with the file path, but I don't know how to solve it.Please criticize and correct. 我知道可能是在文件路径上出了问题,但是我不知道如何修改。请大佬批评指正