mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 03:42:50 +08:00
suppress errors in vision/fair/pytorch3d
Summary: Automatic run to suppress type errors. #pyreupgrade Differential Revision: D22369027 fbshipit-source-id: 2beb1a43e429a0850944a8849d416bedefd516ed
This commit is contained in:
parent
806ca361c0
commit
ec82b46681
@ -53,6 +53,7 @@ class _knn_points(Function):
|
||||
in p2 has fewer than K points and where a cloud in p1 has fewer than P1 points.
|
||||
"""
|
||||
|
||||
# pyre-fixme[16]: Module `pytorch3d` has no attribute `_C`.
|
||||
idx, dists = _C.knn_points_idx(p1, p2, lengths1, lengths2, K, version)
|
||||
|
||||
# sort KNN in ascending order if K > 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user