Ruff Docstring formatting (#15793)
Signed-off-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
d27664216b
commit
776ca86369
60 changed files with 241 additions and 309 deletions
|
|
@ -49,7 +49,6 @@ class QueueManager:
|
|||
region_thickness (int, optional): Thickness of the counting region lines. Defaults to 5.
|
||||
fontsize (float, optional): Font size for the text annotations. Defaults to 0.7.
|
||||
"""
|
||||
|
||||
# Mouse events state
|
||||
self.is_drawing = False
|
||||
self.selected_point = None
|
||||
|
|
@ -88,7 +87,6 @@ class QueueManager:
|
|||
|
||||
def extract_and_process_tracks(self, tracks):
|
||||
"""Extracts and processes tracks for queue management in a video stream."""
|
||||
|
||||
# Initialize annotator and draw the queue region
|
||||
self.annotator = Annotator(self.im0, self.tf, self.names)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue