mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2026-03-19 20:35:59 +08:00
test fixes and lints
Summary: - followup recent pyre change D63415925 - make tests remove temporary files - weights_only=True in torch.load - lint fixes 3 test fixes from VRehnberg in https://github.com/facebookresearch/pytorch3d/issues/1914 - imageio channels fix - frozen decorator in test_config - load_blobs positional Reviewed By: MichaelRamamonjisoa Differential Revision: D66162167 fbshipit-source-id: 7737e174691b62f1708443a4fae07343cec5bfeb
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c17e6f947a
commit
e20cbe9b0e
@@ -168,7 +168,7 @@ def _get_culled_faces(face_verts: torch.Tensor, frustum: ClipFrustum) -> torch.T
|
||||
position of the clipping planes.
|
||||
|
||||
Returns:
|
||||
faces_culled: An boolean tensor of size F specifying whether or not each face should be
|
||||
faces_culled: boolean tensor of size F specifying whether or not each face should be
|
||||
culled.
|
||||
"""
|
||||
clipping_planes = (
|
||||
|
||||
Reference in New Issue
Block a user