Spaces:
Running
on
T4
Running
on
T4
File size: 295 Bytes
a2b0f6f |
1 2 3 4 5 6 7 8 |
# Ultralytics YOLO 🚀, AGPL-3.0 license
from .predict import SegmentationPredictor, predict
from .train import SegmentationTrainer, train
from .val import SegmentationValidator, val
__all__ = 'SegmentationPredictor', 'predict', 'SegmentationTrainer', 'train', 'SegmentationValidator', 'val'
|