greatlog / SWAHR-HumanPose

Bottom-up Human Pose Estimation
127 stars 20 forks source link

One concern in the algorithm #4

Closed AlanLuSun closed 3 years ago

AlanLuSun commented 3 years ago

As we can see, the scale network branch directly regresses alpha = 1/s-1. When using Taylor expansion as shown in Eq. 8, in fact, due to sigma_0 has changed to ssigma_0, the coverage of gaussian should change from 3sigma to 3s* sigma, where is not hold in Eq. 8.

AlanLuSun commented 3 years ago

Eq. 8 can be found in author's paper.

greatlog commented 3 years ago

It can be referred to Issue#1. To be strict, the coverage of gaussian actually keeps unchanged.