yolov10/ultralytics/__init__.py
Glenn Jocher 3d60347755
ultralytics 8.0.86 HUB resume, Classify train and RayTune fixes (#2200)
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
2023-04-23 15:28:22 +02:00

10 lines
287 B
Python

# Ultralytics YOLO 🚀, AGPL-3.0 license
__version__ = '8.0.86'
from ultralytics.hub import start
from ultralytics.yolo.engine.model import YOLO
from ultralytics.yolo.utils.checks import check_yolo as checks
__all__ = '__version__', 'YOLO', 'checks', 'start' # allow simpler import