mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 03:42:50 +08:00
typo fix (#1293)
Summary: fixes typo of the docstring. Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/1293 Differential Revision: D38737416 Pulled By: bottler fbshipit-source-id: 3f9da3e97b55c2acd858263de9e85eaee272a98f
This commit is contained in:
parent
d35781f2d7
commit
60808972b8
@ -115,7 +115,7 @@ def box3d_overlap(
|
||||
Computes the intersection of 3D boxes1 and boxes2.
|
||||
|
||||
Inputs boxes1, boxes2 are tensors of shape (B, 8, 3)
|
||||
(where B doesn't have to be the same for boxes1 and boxes1),
|
||||
(where B doesn't have to be the same for boxes1 and boxes2),
|
||||
containing the 8 corners of the boxes, as follows:
|
||||
|
||||
(4) +---------+. (5)
|
||||
|
Loading…
x
Reference in New Issue
Block a user