mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-24 14:44:21 +08:00

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Laughing-q <1185102784@qq.com> Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com> Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
7 lines
142 B
Python
7 lines
142 B
Python
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
|
|
|
from .rtdetr import RTDETR
|
|
from .sam import SAM
|
|
|
|
__all__ = 'RTDETR', 'SAM' # allow simpler import
|