firephinx / openpose_ros

ROS Catkin package wrapper for the OpenPose library from https://github.com/CMU-Perceptual-Computing-Lab/openpose.
55 stars 44 forks source link

Openpose human body indexization #15

Open ThanasisTs opened 5 years ago

ThanasisTs commented 5 years ago

Hello,

since Openpose does not work using tracking techniques but instead it operates on each frame independently, I would like to ask how it indexes people. Specifically, let us assume that we use a video containing 3 people as an input. The information for each detected human will be stored in the human_list structure which is of type OpenPoseHuman. What i would like to know is how the wrapper maps each detected human in the human_list structure. Thanks in advance!!