image_segmentation/ultralytics/models/sam/__init__.py

7 lines
218 B
Python
Raw Permalink Normal View History

2025-01-20 16:36:01 +08:00
# Ultralytics YOLO 🚀, AGPL-3.0 license
from .model import SAM
from .predict import Predictor, SAM2Predictor, SAM2VideoPredictor
__all__ = "SAM", "Predictor", "SAM2Predictor", "SAM2VideoPredictor" # tuple or list