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

Keypoints- visibility and labelling #36

Open
priyapaul opened this issue Mar 13, 2017 · 1 comment
Open

Keypoints- visibility and labelling #36

priyapaul opened this issue Mar 13, 2017 · 1 comment

Comments

@priyapaul
Copy link

priyapaul commented Mar 13, 2017

@ZheC -could you please consider this question?
I checked the code, and I could only see that both invisible, labelled( outside segment ) and visible labelled key points((isVisible = 0,1)) are handled in the same way. Is this true? Is there any case where they are treated differently?

What about the unlabelled(isVisible = 2), key points? I see only the following code corresponding to it. Here cases isVisible = 1,2 treated in the same way, but why?

what does (isVisible = 3) stand for, is there such a case?

 if(i < 17 && meta.joint_self.isVisible[i] >= 1) {
      circle(img_vis, meta.joint_self.joints[i], 3, CV_RGB(0,0,255), -1);
    }

and also 

 if (meta.joint_self.isVisible[i] != 3){
              transformed_label[i*channelOffset + g_y*grid_x + g_x] = weight;
@tensorboy
Copy link

I also confused for that. Did you know why?

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