michalfaber / keras_Realtime_Multi-Person_Pose_Estimation

Keras version of Realtime Multi-Person Pose Estimation project
Other
780 stars 372 forks source link

How to understand parameter "target_dist = 0.6" #51

Closed hellojialee closed 6 years ago

hellojialee commented 6 years ago

What's the use of target_dist in https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation/blob/e289c45e991b74bafe64335e33446d7570b3d284/training/setLayers.py#L458

anatolix commented 6 years ago

It used in picture augmentation during training. Rough meaning is "height of main person on image should be approximately 0.6 if image size". It used in this file in my code: https://github.com/anatolix/keras_Realtime_Multi-Person_Pose_Estimation/blob/master/py_rmpe_server/py_rmpe_transformer.py