-
Notifications
You must be signed in to change notification settings - Fork 127
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
While trying custom images my output skeleton tilted -90 degrees #91
Comments
Maybe you can swap the x coordinates and y coordinates? |
HI @cuiaiyu Thank you for the response, swapping the points worked for me. So i tried pose transfer an i am not satisfied with the output i am getting. I'll share the code that i have used for your reference. Thanks in advance.
Output image |
Your skeleton looks like originally detected for (256,256), but you squeeze it to (256,176). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @cuiaiyu thank you so much for your work i am trying to get output for custom images. so for pose points i used a code snippet from https://github.com/cuiaiyu/dressing-in-order/issues/12 #issue 12 after running the code my pose skeleton seem to be tilted -90 degrees.
pose points are :
img = [(80, 33), (88, 72), (61, 77), (45, 139), (34, 189), (118, 66), (153, 111), (110, 139), (65, 183), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (-1, -1), (72, 27), (84, 27), (68, 33), (95, 27)]
so am i missing any steps in this process , it would be great if you guide me through this. Thank you
The text was updated successfully, but these errors were encountered: