mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 20:02:49 +08:00
Daily arc lint --take BLACK
Reviewed By: zertosh Differential Revision: D25241045 fbshipit-source-id: c3a1e1e02ef557b1e82cb672e987e05016e246fd
This commit is contained in:
parent
112959e087
commit
a0cd2506f6
@ -6,6 +6,7 @@ from .graph_conv import GraphConv
|
||||
from .interp_face_attrs import interpolate_face_attributes
|
||||
from .knn import knn_gather, knn_points
|
||||
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
|
||||
from .perspective_n_points import efficient_pnp
|
||||
from .points_alignment import corresponding_points_alignment, iterative_closest_point
|
||||
@ -23,7 +24,6 @@ from .utils import (
|
||||
wmean,
|
||||
)
|
||||
from .vert_align import vert_align
|
||||
from .mesh_filtering import taubin_smoothing
|
||||
|
||||
|
||||
__all__ = [k for k in globals().keys() if not k.startswith("_")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user