Views
No views yet
dinov2_vitb14dinov2_vitb14 features to measure what those features carry.1import visbench
2from visbench.hub import load_probe_from_hub
3
4backbone = visbench.get_backbone("dinov2_vitb14")
5probe = load_probe_from_hub("turhancan97/visbench-occlusion_edge-dinov2_vitb14", backbone=backbone)dinov2_vitb14, 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_vitb14 |
| backbone key | dinov2/dinov2_vitb14/224/7764ea0f912e |
| task | occlusion_edge (mid_level) |
| pooling | mean (requested mean) |
| feature mode | dense_only |
| layers | None |
| metric | value |
|---|---|
mae | 0.2061 |
occlusion_edge_correlation | 0.3167 |
rmse | 0.4315 |
activation: identitybatch_size: 8epochs: 10head: linearhidden_dim: 512layers: Noneloss: l1lr: 0.0005optimizer: adamwprotocol: visbench_occlusion_edge_regressionwarmup_epochs: 1.5weight_decay: 0.0001