PaGeR / src /depth_anything_3 /model /__init__.py
vulus98's picture
Swap Places365 scene classifier for zero-shot CLIP ViT-B/32
47efa14
Raw
History Blame Contribute Delete
254 Bytes
# Copyright (c) 2025 ByteDance Ltd. and/or its affiliates
# Modified 2026 by The PaGeR Authors.
# Licensed under the Apache License 2.0; see the project LICENSE.
from depth_anything_3.model.da3 import DepthAnything3Net
__export__ = [DepthAnything3Net]