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

#ifndef OPENPOSE_FILESTREAM_FILE_STREAM_HPP #define OPENPOSE_FILESTREAM_FILE_STREAM_HPP #include #include #include namespace op { OP_API std::string dataFormatToString(const DataFormat dataFormat); OP_API DataFormat stringToDataFormat(const std::string& dataFormat); // Save custom float format // Example to read it...

Running openpose commit 5c5d96523ef917bd30301245fdc8343937cae48d on Linux with Bus 002 Device 012: ID 046d:080a Logitech, Inc. Portable Webcam C905. Setting resolution via parameter --camera_resolution 640x480 (or any other resolution) does not...

I am running Openpose on the server, so I set it up without a GUI, but an error occurred when I ran the following command `./build/examples/openpose/openpose.bin --video examples/media/video.avi --write_images output_images/...

### Posting rules 1. **No duplicated posts, only 1 new post opened a day, and up to 2 opened a week**. Otherwise, extrict user bans will occur. - Check the...

Fails to build properly i couldn't get it to work beyond this error /bin/bash: line 1: ./build/examples/openpose/openpose.bin: No such file or directory here's the Colab project https://colab.research.google.com/github/tugstugi/dl-colab-notebooks/blob/master/notebooks/OpenPose.ipynb

hello ,my environment is: windows11 x64 cuda12.8+cudnn9.8 openpose==1.7.0 vs2022 I successfully build exe and dll from source.but I test video error like this: D:\openpose-1.7.0-win-src\openpose-1.7.0-install-rtx5080>bin\OpenPoseDemo.exe --video examples\media\video.avi --net_resolution -1x128 Starting OpenPose...

Because of the new Version of Boost to 1.89 i get errors on Compilation. ` CMake Error at /opt/homebrew/lib/cmake/Boost-1.89.0/BoostConfig.cmake:141 (find_package): Could not find a package configuration file provided by "boost_system"...

After finishing building, I encounter Segmentation fault (core dumped) when runing './build/examples/openpose/openpose.bin --video examples/media/video.avi --face --hand --write_json output_json_folder/' in ubuntu 24.04.

I cloned the current openpose repository on an M3 running macos 15.5 I do not think the body, face, and hand models were downloaded. For instance the body file took...