Spaces:
Runtime error
Runtime error
| # Copyright (c) OpenMMLab. All rights reserved. | |
| from .data_preprocessor import (PPYOLOEBatchRandomResize, | |
| PPYOLOEDetDataPreprocessor, | |
| YOLOv5DetDataPreprocessor, | |
| YOLOXBatchSyncRandomResize) | |
| __all__ = [ | |
| 'YOLOv5DetDataPreprocessor', 'PPYOLOEDetDataPreprocessor', | |
| 'PPYOLOEBatchRandomResize', 'YOLOXBatchSyncRandomResize' | |
| ] | |