yolo util class
This commit is contained in:
parent
bea895d3d8
commit
81bbb0074e
5 changed files with 1058 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ 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
|
||||
from .yolo import YOLOv8Utils, COCO_CLASSES
|
||||
|
||||
__all__ = [
|
||||
'StreamDecoderFactory',
|
||||
|
|
@ -21,4 +22,6 @@ __all__ = [
|
|||
'TrackingController',
|
||||
'TrackedObject',
|
||||
'TrackingFactory',
|
||||
'YOLOv8Utils',
|
||||
'COCO_CLASSES',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue