PRNet icon indicating copy to clipboard operation
PRNet copied to clipboard

The meaning of the position map ?

Open rakacendekia opened this issue 5 years ago • 1 comments

I would like to ask, what do the colors on the position map mean and how do they affect the face reconstruction process? Does it mean the same as in PNCC? IBUG_image_008_1_0_posmap

rakacendekia avatar Oct 16 '20 04:10 rakacendekia

Yes, its same as pncc that is converting normalized x,y,z values to r,g,b values. The difference is that here x, y, z coordinates in 3d space is mapped to texture coordinates (vt_x, vt_y) associated with 3d model and then this map is plotted where x, y, z values are mapped to r,g,b values at locations vt_x, vt_y. Hope this made sense.

Suvi-dha avatar Sep 23 '22 11:09 Suvi-dha