ultralytics-ascend/ultralytics/models/fastsam/__init__.py
Laughing 9532ad7cae
ultralytics 8.2.69 FastSAM prompt inference refactor (#14724)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-07-30 01:17:23 +02:00

7 lines
203 B
Python

# Ultralytics YOLO 🚀, AGPL-3.0 license
from .model import FastSAM
from .predict import FastSAMPredictor
from .val import FastSAMValidator
__all__ = "FastSAMPredictor", "FastSAM", "FastSAMValidator"