OpenPose_PythonOpenCV icon indicating copy to clipboard operation
OpenPose_PythonOpenCV copied to clipboard

NameError: name 'OpenPose' is not defined

Open chamecall opened this issue 5 years ago • 6 comments

I can't find module class OpenPose in module openpose. My trace:

Traceback (most recent call last):
  File "test.py", line 74, in <module>
    main()
  File "test.py", line 37, in main
    openpose = OpenPose(params)
NameError: name 'OpenPose' is not defined

It seemed that there's no class with such name like OpenPose in here.

chamecall avatar Jun 18 '19 12:06 chamecall

ihave same issue

mathpopo avatar Oct 19 '19 18:10 mathpopo

same error too anyone has solved?

natcan-cvip avatar Feb 24 '20 10:02 natcan-cvip

Hi, I'm having the same issue. Has someone figured out how to solve it?

fpretto avatar Apr 22 '20 20:04 fpretto

I am also facing the same issue. Any solutions?

murugeshmanthiramoorthi avatar May 04 '20 06:05 murugeshmanthiramoorthi

Sorry guys I don't remember what exactly I changed but eventually I had used OpenPose in such manner.

chamecall avatar May 14 '20 21:05 chamecall

I think she used an old version of openpose. I don't see the 'Openpose' constructor in the latest openpose python examples.

johnsk95 avatar Jun 03 '20 20:06 johnsk95