Closed sandromario closed 6 years ago
Do you have the latest openpose build? The API of openpose changes often and I try to update pyopenpose to work with the latest version. Current tested version is noted in the readme.
We don't always update our setup immediately, but we always use a pair of OpenPose and PyOpenpose versions recommended by you. In this case we're talking about: Openpose: commit f430a7990df915ef92852e4b7744e06eecbd2b61 PyOpenpose: f8834f3
We're sorry, actually it was a problem on our side, but we interpreted the above output as an error message procuded by PyOpenPose. Turns out that these messages had always been there, but they're merely warnings. Maybe it would help to actually have your application say it's a warning and not an error? Thanks!
We had been using PyOpenPose successfully in one of our projects (deployed within a Docker image). However, one to two months ago, something must have changed which has resulted in PyOpenPose failing.
This is the error we get:
We can import cv2 and PyOpenPose successfully. The Openpose example script works too, writing keypoint files to disk.
Any idea where this idea might be coming from?