Meta Byte Track
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 240B

1234567
  1. #!/usr/bin/env python3
  2. # -*- coding:utf-8 -*-
  3. # Copyright (c) Megvii, Inc. and its affiliates.
  4. from .datasets_wrapper import ConcatDataset, Dataset, MixConcatDataset
  5. from .mosaicdetection import MosaicDetection
  6. from .mot import MOTDataset