__init__.py 174 Bytes
Newer Older
luopl's avatar
luopl committed
1
2
3
4
5
6
7
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.

from .build_efficient_sam import (
    build_efficient_sam_vitt,
    build_efficient_sam_vits,
)