Initial commit

This commit is contained in:
2026-03-09 17:23:53 +08:00
parent 17e0db880e
commit 1422fb5026
515 changed files with 124791 additions and 0 deletions

9
sam3/__init__.py Normal file
View 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"]