dinov2_vits14dinov2_vits14 features to measure what those features carry.1import visbench
2from visbench.hub import load_probe_from_hub
3
4backbone = visbench.get_backbone("dinov2_vits14")
5probe = load_probe_from_hub("turhancan97/visbench-depth-dinov2_vits14", backbone=backbone)dinov2_vits14, taken with
pooling=mean and feature_mode=dense_only. Loading them against
anything else is refused, because the failure is otherwise silent: a head fitted
on one pooling and fed another has the right shapes and produces a plausible,
wrong number.| backbone | dinov2_vits14 |
| backbone key | dinov2/dinov2_vits14/224/7764ea0f912e |
| task | depth (mid_level) |
| pooling | mean (requested mean) |
| feature mode | dense_only |
| layers | None |
| metric | value |
|---|---|
abs_rel | 0.1639 |
d1 | 0.7652 |
d2 | 0.9593 |
d3 | 0.9931 |
rmse | 0.5518 |
batch_size: 8epochs: 10head: linearhidden_dim: 512layers: Nonelr: 0.0005max_depth: 10.0min_depth: 0.001n_bins: 256optimizer: adamwprotocol: probe3dscale_invariant: Falsewarmup_epochs: 1.5weight_decay: 0.0001