hellojialee / Improved-Body-Parts

Simple Pose: Rethinking and Improving a Bottom-up Approach for Multi-Person Pose Estimation
https://arxiv.org/abs/1911.10529
258 stars 42 forks source link

A small question about the formulation (2) #25

Closed Elody-07 closed 4 years ago

Elody-07 commented 4 years ago

Hi, thanks for sharing your brilliant work. I noticed that when computing Sd, the two formulations are all close to 1 ( the first line when S ~= 1, Sd ~= 0.9, the second line when S ~= 0.01, Sd ~= 0.97). How does Sd balance easy and hard samples?

hellojialee commented 4 years ago

Hi @Elody-07, I guess you have already figured it out. In your case, it is the scaling factor term that compresses the easy foreground and background.