OpenLenda / yolox /core /__init__.py
yutyan's picture
Add app
37f5c2f
raw
history blame
152 Bytes
#!/usr/bin/env python3
# -*- coding:utf-8 -*-
# Copyright (c) Megvii, Inc. and its affiliates.
from .launch import launch
from .trainer import Trainer