mirror of
https://gitee.com/nanjing-yimao-information/ieemoo-ai-gift.git
synced 2025-08-19 22:00:25 +00:00
6 lines
196 B
Python
6 lines
196 B
Python
from .model import YOLOv10
|
|
from .predict import YOLOv10DetectionPredictor
|
|
from .val import YOLOv10DetectionValidator
|
|
|
|
__all__ = "YOLOv10DetectionPredictor", "YOLOv10DetectionValidator", "YOLOv10"
|