From 387a759614e8dae889b1b0a540a1fb81f1647d8a Mon Sep 17 00:00:00 2001 From: Rohan Gupta <63547845+Gk-rohan@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:37:00 +0530 Subject: [PATCH] Fix typo in RichLabelAnnotator docs --- docs/detection/annotators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/detection/annotators.md b/docs/detection/annotators.md index 91e67805..22486c16 100644 --- a/docs/detection/annotators.md +++ b/docs/detection/annotators.md @@ -303,7 +303,7 @@ status: new font_path="", text_position=sv.Position.CENTER ) - annotated_frame = label_annotator.annotate( + annotated_frame = rich_label_annotator.annotate( scene=image.copy(), detections=detections, labels=labels