HRNet / HigherHRNet-Human-Pose-Estimation

This is an official implementation of our CVPR 2020 paper "HigherHRNet: Scale-Aware Representation Learning for Bottom-Up Human Pose Estimation" (https://arxiv.org/abs/1908.10357)
MIT License
1.35k stars 272 forks source link

i used before for loop #48

Closed H19012 closed 4 years ago

H19012 commented 4 years ago

At line 159 of https://github.com/HRNet/HigherHRNet-Human-Pose-Estimation/blob/master/lib/core/group.py#L159

i variable is used before the for, why is that?

H19012 commented 4 years ago

OK, it was Python list comprehension syntax.