mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 05:24:22 +08:00
6 lines
222 B
Python
6 lines
222 B
Python
from .model import YOLOv10, YOLOv10PGT
|
|
from .predict import YOLOv10DetectionPredictor
|
|
from .val import YOLOv10DetectionValidator
|
|
|
|
__all__ = "YOLOv10DetectionPredictor", "YOLOv10DetectionValidator", "YOLOv10", "YOLOv10PGT"
|