We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d668a commit 38a1d3aCopy full SHA for 38a1d3a
supervision/detection/line_zone.py
@@ -705,6 +705,9 @@ def annotate(
705
line_zone_labels (Optional[List[str]]): The labels, one for each
706
line zone. If not provided, the default labels will be used.
707
708
+ Returns:
709
+ (np.ndarray): The image with the table drawn on it.
710
+
711
"""
712
if line_zone_labels is None:
713
line_zone_labels = [f"Line {i + 1}:" for i in range(len(line_zones))]
0 commit comments