KyanChen's picture
Upload 89 files
3094730
raw
history blame contribute delete
424 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .data_preprocessor import (PPYOLOEBatchRandomResize,
PPYOLOEDetDataPreprocessor,
YOLOv5DetDataPreprocessor,
YOLOXBatchSyncRandomResize)
__all__ = [
'YOLOv5DetDataPreprocessor', 'PPYOLOEDetDataPreprocessor',
'PPYOLOEBatchRandomResize', 'YOLOXBatchSyncRandomResize'
]