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