Spaces:
Runtime error
Runtime error
File size: 175 Bytes
7b798bf |
1 2 3 4 5 6 |
# Ultralytics YOLO π, GPL-3.0 license
from .predict import DetectionPredictor, predict
from .train import DetectionTrainer, train
from .val import DetectionValidator, val
|