hujiecpp's picture
init project
1b65314
# Ultralytics YOLO πŸš€, AGPL-3.0 license
from .model import ObjectAwareModel
from .predict import PromptModelPredictor
__all__ = 'ObjectAwareModel', 'PromptModelPredictor'