Generate UV position by vertices and triangles #600
orangeagain
started this conversation in
Ideas
Replies: 1 comment
-
And maybe we can use existing algorithms to generate UV output to make a big training set. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
UV unwarping is a big problem for art and game developers.
People have been using algorithms or manual UV spreading for decades,and machine learning has never set foot in this field.
I personally believe that the addition of machine learning will be faster and better than those old algorithms in mobile device,and Helps drive the development of AR.
Expect:
Input:
Mesh Data(Vertex[] and Triangles[])
Output:
UV coordinates(Float2[])
Beta Was this translation helpful? Give feedback.
All reactions