FORTH-ModelBasedTracker / PyOpenPose

Python bindings for the Openpose library
BSD 3-Clause "New" or "Revised" License
287 stars 80 forks source link

Fix for issue #23 #40

Closed christian-lanius closed 6 years ago

christian-lanius commented 6 years ago

This is the simple fix for the issue described in https://github.com/FORTH-ModelBasedTracker/PyOpenPose/issues/23. It fixes the changed boost package name for python3 (haven't tested python2) and remove the offending line which seems to be not needed anymore. The same fix was applied here: https://github.com/dracwyrm/openvdb/commit/22d09714f9a6a29c62668b533495ed2afd4251ef#diff-05797607b36f6b071e2ff3507701eb6d As far as I can tell, everything works now again.

christian-lanius commented 6 years ago

@padeler I am not sure since which boost version the syntax has changed, I think I read somewhere it was in boost version 1.63. The change I commited contains this value. Can you check if you can build pyopenpose with these changes with the boost provided from the repository?