Fix Docs pretty __init__.py URLs (#14550)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
0d059bec0c
commit
b3b3a15086
16 changed files with 49 additions and 22 deletions
|
|
@ -10,6 +10,8 @@ from ultralytics.utils.plotting import Annotator
|
|||
|
||||
|
||||
class ParkingPtsSelection:
|
||||
"""Class for selecting and managing parking zone points on images using a Tkinter-based UI."""
|
||||
|
||||
def __init__(self):
|
||||
"""Initializes the UI for selecting parking zone points in a tkinter window."""
|
||||
check_requirements("tkinter")
|
||||
|
|
@ -154,6 +156,8 @@ class ParkingPtsSelection:
|
|||
|
||||
|
||||
class ParkingManagement:
|
||||
"""Manages parking occupancy and availability using YOLOv8 for real-time monitoring and visualization."""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
model_path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue