bearpaw / pytorch-pose

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

why there is no division by standard deviation in color_normalize() after subtracting by mean ?? #99

Open v1093 opened 5 years ago

v1093 commented 5 years ago

As per the data normalization process, we should also be performing division by std after subtracting with mean. Why this is not the case here? Or Am I missing something?

https://github.com/bearpaw/pytorch-pose/blob/b73abfa3961360321814b5af4f14fa47e0769017/pose/utils/transforms.py#L13-L19

xiaoxin05 commented 5 years ago

您好,看到您的评论,我想在cpu下把这个跑起来,您认为可以么?