__init__.py 206 B

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