ultralytics 8.3.40 new TrackZone Solution (#17918)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
9cf7b50392
commit
dbdb451512
8 changed files with 262 additions and 9 deletions
|
|
@ -10,6 +10,7 @@ from .queue_management import QueueManager
|
|||
from .region_counter import RegionCounter
|
||||
from .speed_estimation import SpeedEstimator
|
||||
from .streamlit_inference import inference
|
||||
from .trackzone import TrackZone
|
||||
|
||||
__all__ = (
|
||||
"AIGym",
|
||||
|
|
@ -23,4 +24,5 @@ __all__ = (
|
|||
"Analytics",
|
||||
"inference",
|
||||
"RegionCounter",
|
||||
"TrackZone",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue