Dataset
UV
UV mapping is a technique used to “wrap” a 2D image texture onto a 3D mesh.

Trandiational method (rendering algorithm)
Pros and cons
- Trandiational
- The traditional method is to divide the face into different areas and map them separately.
- The advantage is that the materials of different areas can be changed separately
- divide manually.

- NN
- Use NN generate uv texture directly
- no need to divide the area manually.
- difficult to control the texture of different areas of the face separately
Meeting
next week will focus on surface mapping texture to 3d face model and fix resolution problems.