Spaces:
Sleeping
Sleeping
File size: 196 Bytes
53ad959 |
1 2 3 4 5 6 |
from .model import YOLOv10
from .predict import YOLOv10DetectionPredictor
from .val import YOLOv10DetectionValidator
__all__ = "YOLOv10DetectionPredictor", "YOLOv10DetectionValidator", "YOLOv10"
|