ZheC / Realtime_Multi-Person_Pose_Estimation

Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)
Other
5.09k stars 1.37k forks source link

Limb width is hardcoded? #238

Open shi-yan opened 4 years ago

shi-yan commented 4 years ago

The images in the paper seem to indicate that the limb width is precisely labeled?

Screen Shot 2020-01-09 at 12 58 27 AM

However, looking at the code (function putVecMaps):

https://github.com/CMU-Perceptual-Computing-Lab/caffe_train/blob/master/src/caffe/cpm_data_transformer.cpp

thre seems to be the limb width, and it's hardcoded to 1. isn't 1 too small for limb width? why was one chosen as the width?