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

what's the purpose of the line "dict(name='right_shoulder',id=3,color=[0, 255, 0],type='upper',swap='left_shoulder')"? #1114

Open
zssure-thu opened this issue Dec 28, 2021 · 3 comments
Labels
kind/doc fix, add or improve documentations question Further information is requested

Comments

@zssure-thu
Copy link

the code below:
dict( name='left_eye', id=1, color=[51, 153, 255], type='upper', swap='right_eye'),
left_eye swap right_eye?why?what does it do?

@jin-s13
Copy link
Collaborator

jin-s13 commented Dec 29, 2021

We will use horizontal-flip in data augmentation.
When we flip the image, the left_eye of a person will become the right_eye in the image.

@jin-s13
Copy link
Collaborator

jin-s13 commented Dec 29, 2021

This line indicates that the left_eye and the right_eye are a swap/flip pair.

@jin-s13 jin-s13 added kind/doc fix, add or improve documentations question Further information is requested labels Dec 29, 2021
@zssure-thu
Copy link
Author

This line indicates that the left_eye and the right_eye are a swap/flip pair.

OK,as i know, the detected posture result is so wired.
for example, in the picture below, all of the right hand's keypoints, left hand's keypoints are correct, but the right wrist(whose index is 10) alone is plotted at left hand toghter with left wrist(whose index is 9)
无标题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/doc fix, add or improve documentations question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants