facebookresearch / pytorch3d

PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
https://pytorch3d.org/
Other
8.81k stars 1.32k forks source link

How to get a more smooth normal rendering? #1870

Closed yejr0229 closed 1 month ago

yejr0229 commented 1 month ago

Hi, I use blender and pytorch3d to render a normal map, and I get: image image Here pytorch3d has a more obvious patchy and jagged feeling, how can I make pytorch3d get the same result as blender? Here is my code for rendering normal: image

bottler commented 1 month ago

I don't think we can help here. Does blender have a different, smoothed version of the mesh? You might need to work out what interpolation and smoothing you want to do.