Spaces:
Runtime error
Runtime error
File size: 424 Bytes
3094730 |
1 2 3 4 5 6 7 8 9 10 11 |
# Copyright (c) OpenMMLab. All rights reserved.
from .data_preprocessor import (PPYOLOEBatchRandomResize,
PPYOLOEDetDataPreprocessor,
YOLOv5DetDataPreprocessor,
YOLOXBatchSyncRandomResize)
__all__ = [
'YOLOv5DetDataPreprocessor', 'PPYOLOEDetDataPreprocessor',
'PPYOLOEBatchRandomResize', 'YOLOXBatchSyncRandomResize'
]
|