Spaces:
Runtime error
Runtime error
# Ultralytics YOLO π, GPL-3.0 license | |
from .predict import DetectionPredictor, predict | |
from .train import DetectionTrainer, train | |
from .val import DetectionValidator, val | |