Skip to content

Commit a2659e1

Browse files
Sekundefacebook-github-bot
authored andcommitted
Update iou3d.md (#1351)
Summary: fix a typo Pull Request resolved: #1351 Reviewed By: shapovalov Differential Revision: D40209834 Pulled By: bottler fbshipit-source-id: 118133e0eab2df211e5c4f04371f2c695a9ceced
1 parent 3b3306f commit a2659e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/notes/iou3d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Below we compare the performance for Objectron (in C++) and our algorithm, in C+
6262
```python
6363
from pytorch3d.ops import box3d_overlap
6464
# Assume inputs: boxes1 (M, 8, 3) and boxes2 (N, 8, 3)
65-
intersection_vol, iou_3d = box3d_overal(boxes1, boxes2)
65+
intersection_vol, iou_3d = box3d_overlap(boxes1, boxes2)
6666
```
6767

6868
For more details, read [iou_box3d.py](https://github.com/facebookresearch/pytorch3d/blob/main/pytorch3d/ops/iou_box3d.py).

0 commit comments

Comments
 (0)