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 228B

12345678
  1. #!/usr/bin/env python3
  2. # -*- coding:utf-8 -*-
  3. # Copyright (c) 2014-2021 Megvii Inc. All rights reserved.
  4. from .base_exp import BaseExp
  5. from .build import get_exp
  6. from .yolox_base import Exp
  7. from .meta_yolox_base import MetaExp