Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
6 lines
154 B
Python
6 lines
154 B
Python
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
|
|
|
from .model import SAM2
|
|
from .predict import SAM2Predictor
|
|
|
|
__all__ = "SAM2", "SAM2Predictor" # tuple or list
|