lab4d-org/lab4d

[Question] Volume rendering of depth and normal

Closed this issue · 2 comments

lxxue commented

Hi Gengshan,

I wonder if the PPR branch has some scripts for volume rendering the depth and normal maps for the full image? The results rendered from meshes contain holes so I want a volume rendering version.

Hi, you may use the same scripts here that renders depth/normal into the same folder as other quantities. The holes in the mesh is usually a visibility estimation issue, perhaps try --vis_thresh -10?

lxxue commented

Thank you for the quick reply. Changing the vis_thresh did help a lot!