Restore metadata frontmatter
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Depth Head — KITTI
|
| 2 |
|
| 3 |
Monocular depth estimation head trained on KITTI (RMSE: 2.79). Part of [A Frame is Worth One Token: Efficient Generative World Modeling with Delta Tokens](https://huggingface.co/papers/2604.04913) (CVPR 2026 Highlight).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- kitti
|
| 4 |
+
library_name: pytorch
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
pipeline_tag: depth-estimation
|
| 7 |
+
tags:
|
| 8 |
+
- deltatok
|
| 9 |
+
- cvpr2026-highlight
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Depth Head — KITTI
|
| 13 |
|
| 14 |
Monocular depth estimation head trained on KITTI (RMSE: 2.79). Part of [A Frame is Worth One Token: Efficient Generative World Modeling with Delta Tokens](https://huggingface.co/papers/2604.04913) (CVPR 2026 Highlight).
|