bharat-b7 / IPNet

Repo for "Combining Implicit Function Learning and Parametric Models for 3D Human Reconstruction, ECCV'20(Oral)""
224 stars 27 forks source link

Texture registration SMPL? #31

Open kashyappiyush1998 opened 2 years ago

kashyappiyush1998 commented 2 years ago

If I have a texture island map and want it to register to the SMPL model along with my scan obj file for the same. How can we do that?

bharat-b7 commented 2 years ago

You can use our code to fit SMPL+D model to your scan. For every point in your SMPL UV map, you can get the corresponding point on the registered SMPL+D mesh. You can then find the closest scan point to the point on the SMPL+D mesh and lift texture from the scan.

kashyappiyush1998 commented 2 years ago

@bharat-b7 the process you are describing I believe is the nearest neighbour, right? However I searched all over the net, and no code for this is available. Do you have code for this process or any other process available? Thank You for your quick response