I get the same error NameError: name 'OpenPose' is not defined
mentioned in an issue in Openpose's Github repo but on Windows platform instead. I can't import openpose either.
Although, I can import pyopenpose and all 'tutorial_api_python' examples work.
I tried cmake install .
instead of sudo make install
, by following the doc/deployment.md instructions, but still no luck.
Am I supposed to work through pyopenpose Wrapper opWrapper = op.WrapperPython()
to get this working?