-
Notifications
You must be signed in to change notification settings - Fork 23
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
How does SMPL UV map turn into BF(boundry-free) UV map ? #24
Comments
Hi, |
Thanks, Any suggestions for converting the IUV image from SMPL UV map to BF UV map? |
Hi,
You may use the mesh as a intermediate representation.
1. Determine the correspondence between mesh faces in SMPL UV and BF UV.
2. For a point (u1, v1) in SMPL UV space, find which face it is inside and
compute the interpolate weight in the triangle.
3. Use the texture face in BF UV and the interpolate weight to get
coordinate in BF UV map.
I recommend you to compute a look up table in advance and then use the
table to realize such converting process.
Could you please tell me why you need to convert the IUV images?
Best,
Wang
ZhaoyangGui ***@***.***> 于2021年9月28日周二 上午10:13写道:
… Thanks,
Any suggestions for converting the IUV image from SMPL UV map to BF UV map?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG4PZ75B2HQ2HXAQN7A3OWLUEEQE3ANCNFSM5D2ZZTIQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Thank you for such a great job. I am very interested in the new UV map you have proposed. I want to know how SMPL UV map can be converted to this BF UV map.
Thanks.
The text was updated successfully, but these errors were encountered: