Refactor all Ultralytics Solutions (#12790)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: RizwanMunawar <chr043416@gmail.com>
This commit is contained in:
parent
a2ecb24176
commit
2af71d15a6
134 changed files with 845 additions and 1020 deletions
|
|
@ -1 +1,19 @@
|
|||
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||
|
||||
from .ai_gym import AIGym
|
||||
from .distance_calculation import DistanceCalculation
|
||||
from .heatmap import Heatmap
|
||||
from .object_counter import ObjectCounter
|
||||
from .parking_management import ParkingManagement
|
||||
from .queue_management import QueueManager
|
||||
from .speed_estimation import SpeedEstimator
|
||||
|
||||
__all__ = (
|
||||
"AIGym",
|
||||
"DistanceCalculation",
|
||||
"Heatmap",
|
||||
"ObjectCounter",
|
||||
"ParkingManagement",
|
||||
"QueueManager",
|
||||
"SpeedEstimator",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue