Spaces:
Running
on
Zero
Running
on
Zero
File size: 226 Bytes
a249588 |
1 2 3 4 5 6 7 8 9 |
# Copyright (c) OpenMMLab. All rights reserved.
from .batch_augmentation import BatchSyncRandomResize
from .data_preprocessor import PoseDataPreprocessor
__all__ = [
'PoseDataPreprocessor',
'BatchSyncRandomResize',
]
|