CoolFace
Apppublic

ZiyuG/SAM2Point

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
16likes
__init__.py10 linesDownload Raw Back to sam2
1# Copyright (c) Meta Platforms, Inc. and affiliates.2# All rights reserved.3 4# This source code is licensed under the license found in the5# LICENSE file in the root directory of this source tree.6 7from hydra import initialize_config_module8 9initialize_config_module("sam2_configs", version_base="1.2")10