File size: 206 Bytes
6c9ac8f
 
 
 
1
2
3
4
5
# 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']