Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
zachL1
/
Metric3D
like
16
Depth Estimation
Metric Depth
Surface Normal
arxiv:
2307.10984
License:
bsd-2-clause
Model card
Files
Files and versions
Community
main
Metric3D
/
mono
/
configs
/
_base_
/
models
/
backbones
/
dino_vit_large.py
zach
initial commit based on github repo
3ef1661
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
172 Bytes
model =
dict
(
backbone=
dict
(
type
=
'vit_large'
,
prefix=
'backbones.'
,
out_channels=[
1024
,
1024
,
1024
,
1024
],
drop_path_rate =
0.0
),
)