Package Details: openpose 1.7.0-4

Git Clone URL: https://aur.archlinux.org/openpose.git (read-only, click to copy)
Package Base: openpose
Description: OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
Upstream URL: https://github.com/CMU-Perceptual-Computing-Lab/openpose
Keywords: caffe computer-vision cpp cpp11 cvpr-2017 deep-learning human-behavior-understanding human-pose-estimation machine-learning multi-threading opencv openpose real-time
Licenses: ACADEMIC OR NON-PROFIT ORGANIZATION NONCOMMERCIAL RESEARCH USE ONLY
Submitter: fl.duriez
Maintainer: louielu
Last Packager: louielu
Votes: 1
Popularity: 0.000000
First Submitted: 2018-08-29 11:08 (UTC)
Last Updated: 2023-06-22 21:21 (UTC)

Latest Comments

vikeyev commented on 2023-09-04 09:38 (UTC)

For some reason I'm having an issue when it begins downloading the models, am I doing something wrong or is there an alternative option for me?

louielu commented on 2023-06-15 22:28 (UTC)

@ioctl, thanks! I've updated the package.

ioctl commented on 2023-06-15 19:47 (UTC)

@louielu, done. Thank you for expressing your willingness to support the package!

louielu commented on 2023-06-14 14:46 (UTC)

Thanks for you maintained @ioctl, would you mind to point me out where should I do to adopt/update this AUR package?

Thanks.

ioctl commented on 2023-06-12 16:11 (UTC)

I will not maintain this packet anymore.

Please, feel free to adopt this packet.

louielu commented on 2023-06-09 18:15 (UTC)

If you encounter linking error from GLUT:

/usr/bin/ld: ../../src/openpose/libopenpose.so.1.7.0: undefined reference to `glutSolidSphere'
/usr/bin/ld: ../../src/openpose/libopenpose.so.1.7.0: undefined reference to `glutDisplayFunc'
/usr/bin/ld: ../../src/openpose/libopenpose.so.1.7.0: undefined reference to `glutGetModifiers'
/usr/bin/ld: ../../src/openpose/libopenpose.so.1.7.0: undefined reference to `glutLeaveMainLoop'
/usr/bin/ld: ../../src/openpose/libopenpose.so.1.7.0: undefined reference to `glutInitWindowPosition'

You will need to manually modify CMakeLists.txt

  1. Copy this block into UNIX OR APPLE:
  if (WITH_3D_RENDERER)
    find_library(GLUT_LIBRARIES freeglut HINTS ${FIND_LIB_PREFIX}/freeglut/lib)
    message(STATUS "\${GLUT_LIBRARIES} = ${GLUT_LIBRARIES}")
  endif (WITH_3D_RENDERER)
  1. Replace all GLUT_LIBRARY to GLUT_LIBRARIES

Ref:

  1. find_library(GLUT...) not in UNIX or APPLE: https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/2185#issuecomment-1502623266
  2. Replace GLUT_LIBRARY to GLUT_LIBRARIES: https://aur.archlinux.org/packages/libfreenect-git#comment-864888

ioctl commented on 2020-12-06 09:10 (UTC)

When building from a clean chroot, seems to be missing some qt5 libs:

Thanks. Fixed.

PedroHLC commented on 2020-12-05 17:04 (UTC)

When building from a clean chroot, seems to be missing some qt5 libs:

/usr/sbin/ld: warning: libQt5Test.so.5, needed by /usr/lib/libopencv_highgui.so.4.5.0, not found (try using -rpath or -r
path-link)
/usr/sbin/ld: warning: libQt5OpenGL.so.5, needed by /usr/lib/libopencv_highgui.so.4.5.0, not found (try using -rpath or
-rpath-link)
/usr/sbin/ld: warning: libQt5Widgets.so.5, needed by /usr/lib/libopencv_highgui.so.4.5.0, not found (try using -rpath or
 -rpath-link)
/usr/sbin/ld: warning: libQt5Gui.so.5, needed by /usr/lib/libopencv_highgui.so.4.5.0, not found (try using -rpath or -rp
ath-link)
/usr/sbin/ld: warning: libQt5Core.so.5, needed by /usr/lib/libopencv_highgui.so.4.5.0, not found (try using -rpath or -r
path-link)

ioctl commented on 2020-12-03 09:05 (UTC)

Updated to version 1.7.0.