Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
phiph
/
DA-2-WebGPU
like
0
ONNX
depth_anything
arxiv:
2509.26618
Model card
Files
Files and versions
xet
Community
main
DA-2-WebGPU
/
DA-2-repo
/
src
/
da2
/
model
/
__init__.py
phiph
Upload folder using huggingface_hub
7382c66
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
143 Bytes
from
.spherevit
import
(
SphereViT
)
from
.vit_w_esphere
import
(
ViT_w_Esphere
)
__all__ = [
'SphereViT'
,
'ViT_w_Esphere'
,
]