openpose icon indicating copy to clipboard operation
openpose copied to clipboard

OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation

Results 272 openpose issues
Sort by recently updated
recently updated
newest added

I get an error: -2024-12-01 17:57:28-- (try: 2) http://posefs1.perception.cs.cmu.edu/OpenPose/models/pose/body_25/pose_iter_584000.caffemodel Connecting to posefs1.perception.cs.cmu.edu (posefs1.perception.cs.cmu.edu)|128.2.220.57|:80... failed: Unknown error. Retrying. Does anybody know how to solve it?

Dear OpenPose Development Team, I hope you are doing well. First and foremost, thank you for developing and maintaining OpenPose as a powerful and free tool for researchers. It has...

“E:\daima\basketball-shot-detection-master\openpose-1.7.0\src\openpose\face\renderFace.cu;E:\daima\basketball-shot-detection-master\openpose-1.7.0\src\openpose\gpu\cuda.cu;E:\daima\basketball-shot-detection-master\openpose-1.7.0\src\openpose\hand\renderHand.cu;E:\daima\basketball-shot-detection-master\openpose-1.7.0\src\openpose\net\bodyPartConnectorBase.cu;E:\daima\basketball-shot-detection-master\openpose-1.7.0\src\openpose\net\maximumBase.cu;E:\daima\basketball-shot-detection-master\openpose-1.7.0\src\openpose\net\nmsBase.cu;E:\daima\basketball-shot-detection-master\openpose-1.7.0\src\openpose\net\resizeAndMergeBase.cu;E:\daima\basketball-shot-detection-master\openpose-1.7.0\src\openpose\pose\renderPose.cu;E:\daima\basketball-shot-detection-master\openpose-1.7.0\src\openpose\tracking\pyramidalLK.cu”的自定义生成已退出,代码为 1。 无法打开输入文件“..\..\src\openpose\Release\openpose.lib” please help

Hi, Is code for Multiview Bootstrapping released? I cannot find it easily. Could anyone used it? Thanks!

# Python 3.10.12 # Google Colab cell: !cd openpose && ./build/examples/openpose/openpose.bin --image_dir ./examples/images/ --face --hand --display 0 --render_pose 0 --write_json ./output_jsons # Error: Starting OpenPose demo... Configuring OpenPose... Starting thread(s)......

### Issue Summary Hello, I want to use the model Body_25B since the accuracy of Model Body_25 was not as good as axpected. I downloaded both files and have the...

### Issue Summary I wanna to compile openpose on Ubuntu 22.04 with the command line "make -j`nproc`" but it returan this error: ``` /usr/bin/ld: /lib/libgdal.so.30: undefined reference to `TIFFReadFromUserBuffer@LIBTIFF_4.0' /usr/bin/ld:...

Problem Description: I am attempting to use OpenPose with the Python API on a Windows 11 system. I have successfully built OpenPose using Visual Studio 2017 in Release mode and...

I've gone ahead and added a section to the Readme File that links to my Google Colab Ready-To-Run Notebook solution for quick stress free deployment of the Linux/Ubuntu OpenPose build....

### Issue Summary I have converted the openpose body_25 model to tensorflow's SavedModel format as I want to develop a tensorflow module for openpose. I thus would need some advice...