How to transfer vertex colors (features) to texture map (UV Space) using pytorch3d?

103 Views Asked by At

Suppose I know the following information:

  1. vertices, faces and
  2. uv and uv_faces and vertex colors (features)

How can I render/interpolate vertex colors (features) to a texture map? Such as,

enter image description here

0

There are 0 best solutions below