File size: 90 Bytes
033cb94 |
1 2 3 4 5 6 |
from data_objects import (
YOLOXDetector,
Detection,
ObjectDetectionConfig,
)
|
033cb94 |
1 2 3 4 5 6 |
from data_objects import (
YOLOXDetector,
Detection,
ObjectDetectionConfig,
)
|