DA-2 / da2 /model /__init__.py
haodongli's picture
update
d82e7f9
raw
history blame contribute delete
143 Bytes
from .spherevit import (
SphereViT
)
from .vit_w_esphere import (
ViT_w_Esphere
)
__all__ = [
'SphereViT',
'ViT_w_Esphere',
]