CMU-Perceptual-Computing-Lab / openpose

OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
https://cmu-perceptual-computing-lab.github.io/openpose
Other
30.33k stars 7.79k forks source link

dont have any content in the output of json,cant download the caffemodels #2305

Open notbugnotwork opened 1 week ago

notbugnotwork commented 1 week ago

I am using Ubuntu 20 and CMake version 3.16.3. When I run the command build/examples/openpose/openpose.bin -number_people_max 1 --write_json ~/Jsonouput/ -video ~/path/shuffle.webm, the preview window shows the number of people as 0. I believe this is why the output JSON has no data. I have looked for solutions to similar issues but haven't found a fix. Could this be a compilation issue?