Commit 60808972 authored by Ashish Sinha's avatar Ashish Sinha Committed by Facebook GitHub Bot
Browse files

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
parent d35781f2
...@@ -115,7 +115,7 @@ def box3d_overlap( ...@@ -115,7 +115,7 @@ def box3d_overlap(
Computes the intersection of 3D boxes1 and boxes2. Computes the intersection of 3D boxes1 and boxes2.
Inputs boxes1, boxes2 are tensors of shape (B, 8, 3) 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: containing the 8 corners of the boxes, as follows:
(4) +---------+. (5) (4) +---------+. (5)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment