DINOV2-VITL14 / hubconf.py
Addax-Data-Science's picture
Upload 2 files
464231e verified
Raw
History Blame Contribute Delete
465 Bytes
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the Apache License, Version 2.0
# found in the LICENSE file in the root directory of this source tree.
#
# Slimmed from facebookresearch/dinov2 hubconf.py for AddaxAI's
# inference-only use case (vits14 / vitb14 / vitl14 backbones).
# See ADDAX_NOTE.md for provenance.
from dinov2.hub.backbones import dinov2_vitb14, dinov2_vitl14, dinov2_vits14
dependencies = ["torch"]