Deep3DFaceReconstruction icon indicating copy to clipboard operation
Deep3DFaceReconstruction copied to clipboard

pixel normal

Open chen990627 opened this issue 1 year ago • 0 comments

`pixel_attributes,alphas = rasterize_triangles.rasterize_triangles( vertices, vertex_attributes, triangles, clip_space_transforms, image_width, image_height, [-1] * vertex_attributes.shape[2])

pixel_normals = tf.nn.l2_normalize(pixel_attributes[:, :, :, 0:3], axis=3)`

the code above is from mesh_renderer.py and I debug it with a image. why does the pixel normal contain negative values? what do these negative values represent?

chen990627 avatar Mar 07 '23 08:03 chen990627