pose-hg-train icon indicating copy to clipboard operation
pose-hg-train copied to clipboard

clarification of scores variable in postprocessing function

Open Jugaris89 opened this issue 5 years ago • 1 comments

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

Jugaris89 avatar Jul 17 '18 14:07 Jugaris89

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

mkocabas avatar Jul 17 '18 16:07 mkocabas