Skip to content

Commit

Permalink
docs: update documents
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 committed Nov 30, 2024
1 parent 27ad19c commit b6becae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/tutorials/render.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,12 @@ For details, please refer to the API references.
# Rendering 2D boxes
>>> viewer.render_box2ds(seconds, box2ds)
```

It allows us to render boxes by specifying elements of boxes directly.

```python
# Rendering 3D boxes
>>> viewer.render_box3ds(seconds, centers, rotations, sizes, class_ids)
# Rendering 2D boxes
>>> viewer.render_box2ds(seconds, rois, class_ids)
```

0 comments on commit b6becae

Please sign in to comment.