Initial commit
This commit is contained in:
9
sam3/__init__.py
Normal file
9
sam3/__init__.py
Normal file
@ -0,0 +1,9 @@
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved
|
||||
|
||||
# pyre-unsafe
|
||||
|
||||
from .model_builder import build_sam3_image_model
|
||||
|
||||
__version__ = "0.1.0"
|
||||
|
||||
__all__ = ["build_sam3_image_model"]
|
||||
Reference in New Issue
Block a user