2025-03-13 22:15:18 +08:00

6 lines
190 B
Python

from .model import YOLOv10Seg
from .predict import YOLOv10SegPredictor
from .val import YOLOv10SegValidator
__all__ = "YOLOv10DetectionPredictor", "YOLOv10DetectionValidator", "YOLOv10Seg"