wbenbihi / hourglasstensorflow

Tensorflow implementation of Stacked Hourglass Networks for Human Pose Estimation
MIT License
480 stars 179 forks source link

Typo in hourglass_tiny.py? #30

Closed sungheonpark closed 2 years ago

sungheonpark commented 6 years ago

Hi, thanks for sharing the code. It helps a lot for my research. BTW, I think there's a typo in the model definition. In line 472 of hourglasstiny.py sum[i] = tf.addn([out[i], sum[i-1], ll[0]], name= 'merge') I think ll[0] should be fixed to ll[i]. This might be critical for the performance..

wenmingMeng commented 6 years ago

It makes me confused too, looking forward to author's reply !

LucasMahieu commented 5 years ago

any feedabck about this ?