Skip to content

Commit

Permalink
Update iou3d.md (#1351)
Browse files Browse the repository at this point in the history
Summary:
fix a typo

Pull Request resolved: #1351

Reviewed By: shapovalov

Differential Revision: D40209834

Pulled By: bottler

fbshipit-source-id: 118133e0eab2df211e5c4f04371f2c695a9ceced
  • Loading branch information
Sekunde authored and facebook-github-bot committed Oct 16, 2022
1 parent 3b3306f commit a2659e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notes/iou3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Below we compare the performance for Objectron (in C++) and our algorithm, in C+
```python
from pytorch3d.ops import box3d_overlap
# Assume inputs: boxes1 (M, 8, 3) and boxes2 (N, 8, 3)
intersection_vol, iou_3d = box3d_overal(boxes1, boxes2)
intersection_vol, iou_3d = box3d_overlap(boxes1, boxes2)
```

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

0 comments on commit a2659e1

Please sign in to comment.