Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
haodongli/DA-2
fcu52005505
/
DA-2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
DA-2
/
da2
/
model
/
__init__.py
haodongli
update
d82e7f9
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
143 Bytes
from
.spherevit
import
(
SphereViT
)
from
.vit_w_esphere
import
(
ViT_w_Esphere
)
__all__ = [
'SphereViT'
,
'ViT_w_Esphere'
,
]