Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
JUGGHM
/
Metric3D
like
10
Model card
Files
Files and versions
Community
2
52bcbb1
Metric3D
/
mono
/
configs
/
_base_
/
models
/
backbones
/
dino_vit_large.py
JUGGHM
Upload 62 files
69a8f96
about 1 year ago
raw
Copy download link
history
blame
Safe
172 Bytes
model =
dict
(
backbone=
dict
(
type
=
'vit_large'
,
prefix=
'backbones.'
,
out_channels=[
1024
,
1024
,
1024
,
1024
],
drop_path_rate =
0.0
),
)