We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
arc lint --take BLACK
1 parent 112959e commit a0cd250Copy full SHA for a0cd250
pytorch3d/ops/__init__.py
@@ -6,6 +6,7 @@
6
from .interp_face_attrs import interpolate_face_attributes
7
from .knn import knn_gather, knn_points
8
from .mesh_face_areas_normals import mesh_face_areas_normals
9
+from .mesh_filtering import taubin_smoothing
10
from .packed_to_padded import packed_to_padded, padded_to_packed
11
from .perspective_n_points import efficient_pnp
12
from .points_alignment import corresponding_points_alignment, iterative_closest_point
@@ -23,7 +24,6 @@
23
24
wmean,
25
)
26
from .vert_align import vert_align
-from .mesh_filtering import taubin_smoothing
27
28
29
__all__ = [k for k in globals().keys() if not k.startswith("_")]
0 commit comments