HUB setup (#108)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
c6eb6720de
commit
2bc9a5c87e
16 changed files with 631 additions and 122 deletions
|
|
@ -2,4 +2,4 @@ __version__ = "8.0.0.dev0"
|
|||
|
||||
from ultralytics.yolo.engine.model import YOLO
|
||||
|
||||
__all__ = ["__version__", "YOLO"] # allow simpler import
|
||||
__all__ = ["__version__", "YOLO", "hub"] # allow simpler import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue