ZheC / Realtime_Multi-Person_Pose_Estimation

Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is center_perterb_max and scale_min/max mean?

zsdonghao opened this issue · comments

commented

Hi, after reading the paper and successfully train the model with this project.
I got one question about the data augmentation, what is the meaning of center_perterb_max, scale_min, scale_max (heigh and width rescale individually or together?) and target_dist in the pose_train_test.prototxt?

ref:

Many thanks.