init commit
This commit is contained in:
9
ultralytics/models/__init__.py
Normal file
9
ultralytics/models/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
|
||||
|
||||
from .fastsam import FastSAM
|
||||
from .nas import NAS
|
||||
from .rtdetr import RTDETR
|
||||
from .sam import SAM
|
||||
from .yolo import YOLO, YOLOE, YOLOWorld
|
||||
|
||||
__all__ = "YOLO", "RTDETR", "SAM", "FastSAM", "NAS", "YOLOWorld", "YOLOE" # allow simpler import
|
||||
Reference in New Issue
Block a user