Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarification of scores variable in postprocessing function #53

Open
Jugaris89 opened this issue Jul 17, 2018 · 1 comment
Open

clarification of scores variable in postprocessing function #53

Jugaris89 opened this issue Jul 17, 2018 · 1 comment

Comments

@Jugaris89
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants