bonus-edge-proxy/ByteTrack-main/yolox/exp/__init__.py

8 lines
191 B
Python

#!/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