shihenw / convolutional-pose-machines-release

Code repository for Convolutional Pose Machines, CVPR'16
Other
878 stars 343 forks source link

upper body person finder #34

Open OMARI1988 opened 8 years ago

OMARI1988 commented 8 years ago

Hi,

I am trying to use the convolutional-pose-machines to find the pose of people in an office environment, where people are usually seated. My question is; is there a caffemodel that finds the upper body parts of a person without their lower body (when people are sitting the legs are usually occluded)? The first part of the code (person_net) is failing to find seated people.

Help is much appreciated

shihenw commented 7 years ago

You're right, the person detector here is not very strong. You can replace it to other person detector and use to result as the initialization of CPMs.