wbenbihi / hourglasstensorflow

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

bug? #54

Closed thomas-liao closed 2 years ago

thomas-liao commented 5 years ago

@wbenbihi line#472 at hourglasstiny.py sum[i] = tf.addn([out[i], sum[i-1], ll[0]], name= 'merge')

should be ll[i] instead of ll[0]

xiaoxin05 commented 4 years ago

this is same result, because i = 0