OpenLenda / yolox /exp /__init__.py
yutyan's picture
Add app
37f5c2f
raw
history blame
175 Bytes
#!/usr/bin/env python3
# Copyright (c) Megvii Inc. All rights reserved.
from .base_exp import BaseExp
from .build import get_exp
from .yolox_base import Exp, check_exp_value