feat: trac king
This commit is contained in:
parent
cf24a172a2
commit
bea895d3d8
4 changed files with 1054 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ Services package for RTSP stream processing with GPU acceleration.
|
|||
|
||||
from .stream_decoder import StreamDecoderFactory, StreamDecoder, ConnectionStatus
|
||||
from .jpeg_encoder import JPEGEncoderFactory, encode_frame_to_jpeg
|
||||
from .model_repository import TensorRTModelRepository, ModelMetadata, ExecutionContext, SharedEngine
|
||||
from .tracking_controller import TrackingController, TrackedObject
|
||||
from .tracking_factory import TrackingFactory
|
||||
|
||||
__all__ = [
|
||||
'StreamDecoderFactory',
|
||||
|
|
@ -11,4 +14,11 @@ __all__ = [
|
|||
'ConnectionStatus',
|
||||
'JPEGEncoderFactory',
|
||||
'encode_frame_to_jpeg',
|
||||
'TensorRTModelRepository',
|
||||
'ModelMetadata',
|
||||
'ExecutionContext',
|
||||
'SharedEngine',
|
||||
'TrackingController',
|
||||
'TrackedObject',
|
||||
'TrackingFactory',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue