Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kalen Michael <kalenmike@gmail.com>
5 lines
175 B
Python
5 lines
175 B
Python
# Ultralytics YOLO 🚀, GPL-3.0 license
|
|
|
|
from .predict import DetectionPredictor, predict
|
|
from .train import DetectionTrainer, train
|
|
from .val import DetectionValidator, val
|