mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-21 14:50:36 +08:00
Enable spelling linter for Markdown, reStructuredText and IPython notebooks
Summary: Enable spelling linter for Markdown, reStructuredText and IPython notebooks under `fbcode/vision/fair`. Apply suggested fixes. Reviewed By: ppwwyyxx Differential Revision: D20495298 fbshipit-source-id: 95310c7b51f9fa68ba2aa34ecc39a874da36a75c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3901dbe4de
commit
c9742d00b0
@@ -330,7 +330,7 @@ class HardFlatShader(nn.Module):
|
||||
class SoftSilhouetteShader(nn.Module):
|
||||
"""
|
||||
Calculate the silhouette by blending the top K faces for each pixel based
|
||||
on the 2d euclidean distance of the centre of the pixel to the mesh face.
|
||||
on the 2d euclidean distance of the center of the pixel to the mesh face.
|
||||
|
||||
Use this shader for generating silhouettes similar to SoftRasterizer [0].
|
||||
|
||||
|
||||
Reference in New Issue
Block a user