bytetrack / yolox /exp /__init__.py
AK391
all files
7734d5b
raw history blame
No virus
191 Bytes
#!/usr/bin/env python3
# -*- coding:utf-8 -*-
# Copyright (c) 2014-2021 Megvii Inc. All rights reserved.
from .base_exp import BaseExp
from .build import get_exp
from .yolox_base import Exp