Skip to content

Commit

Permalink
Update log line in segmentation demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Apr 5, 2023
1 parent 530539f commit cc79881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/api_demo/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run_segmentation() -> None:
class_ids=np.array([42], dtype=np.uint8),
)

rr.log_text_entry("logs/seg_demo_log", "no rects, default colored points, a single point has a label")
rr.log_text_entry("logs/seg_demo_log", "default colored points and rects, a single point has a label")

# Log an initial segmentation map with arbitrary colors
rr.set_time_seconds("sim_time", 2)
Expand Down

0 comments on commit cc79881

Please sign in to comment.