You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
`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?
The text was updated successfully, but these errors were encountered: