File size: 175 Bytes
8b7211f
 
 
 
 
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