bearpaw / pytorch-pose

A PyTorch toolkit for 2D Human Pose Estimation.
GNU General Public License v3.0
1.1k stars 251 forks source link

detector and estimation #96

Open YUHANGZHANG7 opened 5 years ago

YUHANGZHANG7 commented 5 years ago

I have a question that which detector was used in the networks ? The detector provides the proposal to the estimation network, so where can I find the detector network?

bearpaw commented 5 years ago

There's no "human detection" here. The single-person human pose estimation benchmarks such as MPII/LSP/FLIC provide the location and the scale of the target person. So we assume the detection has been done before pose estimation.