princeton-vl / pose-hg-train

Training and experimentation code used for "Stacked Hourglass Networks for Human Pose Estimation"
Other
575 stars 185 forks source link

clarification of scores variable in postprocessing function #53

Open Jugaris89 opened 6 years ago

Jugaris89 commented 6 years ago

Hi,

I am replicating your work and have one short doubt about the variable "scores" in postprocess function in pose.lua.

What is the meaning of this variable? I cannot fully understand by checking the code what is being stored here. I have seen it is a tensor of 20x1 with values between 0 and 1, could you please explain me a bit what is being stored here?

thanks in advance

mkocabas commented 6 years ago

scores tensor holds the confidence scores for each detected keypoint. You can think of it as the confidence scores in object detection.