| # Copyright (c) OpenMMLab. All rights reserved. | |
| from .utils import construct_toy_data, create_full_masks, create_random_bboxes | |
| __all__ = ['create_random_bboxes', 'create_full_masks', 'construct_toy_data'] | |
| # Copyright (c) OpenMMLab. All rights reserved. | |
| from .utils import construct_toy_data, create_full_masks, create_random_bboxes | |
| __all__ = ['create_random_bboxes', 'create_full_masks', 'construct_toy_data'] | |