Add security alarm system as ultralytics solution (#18281)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
5c2ecb7669
commit
fd8159339c
8 changed files with 216 additions and 128 deletions
|
|
@ -8,6 +8,7 @@ from .object_counter import ObjectCounter
|
|||
from .parking_management import ParkingManagement, ParkingPtsSelection
|
||||
from .queue_management import QueueManager
|
||||
from .region_counter import RegionCounter
|
||||
from .security_alarm import SecurityAlarm
|
||||
from .speed_estimation import SpeedEstimator
|
||||
from .streamlit_inference import inference
|
||||
from .trackzone import TrackZone
|
||||
|
|
@ -25,4 +26,5 @@ __all__ = (
|
|||
"inference",
|
||||
"RegionCounter",
|
||||
"TrackZone",
|
||||
"SecurityAlarm",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue