Closed SwordHolderSH closed 1 year ago
Is the mesh watertight? If it is, perhaps you are seeing the edges due to soft blending. Can you try using a BlendParams with a lower sigma?
Feel free to share how you initialize the renderer.
Is the mesh watertight? If it is, perhaps you are seeing the edges due to soft blending. Can you try using a BlendParams with a lower sigma?
Feel free to share how you initialize the renderer.
Thank you for your kind help!
We found that this is caused by the soft blending in Soft-Rasterizer, and gray edges can be avoided by reducing sigma.
Could you please provide a code sample that solves this issue? thank you.
We would like to ask that why pytorch3d render a mesh mask to different colors (i.e., surfaces are white, edges are gray)?
As shown in the following Figure, in the rendered mask, the rendered surfaces are white and the rendered edges are gray.
Could you please tell me how to render the mesh mask to the ideal mask (rendered surfaces and edges are all white) in the Figure?