Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
zachL1
/
Metric3D
like
13
Depth Estimation
Metric Depth
Surface Normal
arxiv:
2307.10984
License:
bsd-2-clause
Model card
Files
Files and versions
Community
aa177c6
Metric3D
/
mono
/
model
/
decode_heads
/
__init__.py
zach
initial commit based on github repo
3ef1661
10 months ago
raw
Copy download link
history
blame
Safe
160 Bytes
from
.HourGlassDecoder
import
HourglassDecoder
from
.RAFTDepthNormalDPTDecoder5
import
RAFTDepthNormalDPT5
__all__=[
'HourglassDecoder'
,
'RAFTDepthNormalDPT5'
]