batch processing/event driven
This commit is contained in:
parent
e71316ef3d
commit
dd57b5a246
7 changed files with 2673 additions and 2 deletions
|
|
@ -8,6 +8,8 @@ from .model_repository import TensorRTModelRepository, ModelMetadata, ExecutionC
|
|||
from .tracking_controller import TrackingController, TrackedObject
|
||||
from .tracking_factory import TrackingFactory
|
||||
from .yolo import YOLOv8Utils, COCO_CLASSES
|
||||
from .model_controller import ModelController, BatchFrame, BufferState
|
||||
from .stream_connection_manager import StreamConnectionManager, StreamConnection, TrackingResult
|
||||
|
||||
__all__ = [
|
||||
'StreamDecoderFactory',
|
||||
|
|
@ -24,4 +26,10 @@ __all__ = [
|
|||
'TrackingFactory',
|
||||
'YOLOv8Utils',
|
||||
'COCO_CLASSES',
|
||||
'ModelController',
|
||||
'BatchFrame',
|
||||
'BufferState',
|
||||
'StreamConnectionManager',
|
||||
'StreamConnection',
|
||||
'TrackingResult',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue