mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2026-02-07 14:52:21 +08:00
lint fixes
Summary: Fixing recent lint problems. Reviewed By: patricklabatut Differential Revision: D29522647 fbshipit-source-id: 9bd89fbfa512ecd7359ec355cf12b16fb7024b47
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5615f072d7
commit
61754b2fac
@@ -9,7 +9,7 @@ from .cubify import cubify
|
||||
from .graph_conv import GraphConv
|
||||
from .interp_face_attrs import interpolate_face_attributes
|
||||
from .knn import knn_gather, knn_points
|
||||
from .laplacian_matrices import laplacian, cot_laplacian, norm_laplacian
|
||||
from .laplacian_matrices import cot_laplacian, laplacian, norm_laplacian
|
||||
from .mesh_face_areas_normals import mesh_face_areas_normals
|
||||
from .mesh_filtering import taubin_smoothing
|
||||
from .packed_to_padded import packed_to_padded, padded_to_packed
|
||||
|
||||
@@ -8,6 +8,7 @@ from typing import Tuple
|
||||
|
||||
import torch
|
||||
|
||||
|
||||
# ------------------------ Laplacian Matrices ------------------------ #
|
||||
# This file contains implementations of differentiable laplacian matrices.
|
||||
# These include
|
||||
|
||||
Reference in New Issue
Block a user