You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -13,12 +11,10 @@ Clone and build openpose. I assume you will also build caffe inside openpose 3rd
13
11
Set an environment variable named OPENPOSE_ROOT pointing to the openpose root folder.
14
12
15
13
__Note:__ Openpose lib is under heavy development and the API changes very often.
16
-
Some API changes will break PyOpenPose. I try to upgrade as soon as possible but I am usually a few days behing.
17
-
Openning an issue helps to speed-up the proccess.
18
-
19
-
Current PyOpenPose version is built with openpose commit: [e086e6f](https://github.com/CMU-Perceptual-Computing-Lab/openpose/commit/e086e6fc6a5f4650d5c3a100b8ced8363fd2d099)
14
+
Some API changes will break PyOpenPose. I try to upgrade as soon as possible but I am usually a few days behind.
15
+
Openning an issue helps to speed-up the proccess. Current PyOpenPose version is built with [openpose commit e086e6f](https://github.com/CMU-Perceptual-Computing-Lab/openpose/commit/e086e6fc6a5f4650d5c3a100b8ced8363fd2d099)
20
16
21
-
_Note:_ PyOpenPose requires __opencv3.x__. You will have to build openpose with opencv3 as well.
17
+
__Note:__ PyOpenPose requires __opencv3.x__. You will have to build openpose with opencv3 as well.
22
18
23
19
Inside the root folder of PyOpenpose run cmake and build with:
0 commit comments