Update model card metadata and pipeline tag (#1)
Browse files- Update model card metadata and pipeline tag (bb0b7e24083327d31d03845dc4596a14479918f5)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,23 +1,23 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
language:
|
| 4 |
-
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
arxiv: 2605.23889
|
| 14 |
---
|
| 15 |
|
| 16 |
# HorizonStream
|
| 17 |
|
| 18 |
**HorizonStream: Long-Horizon Attention for Streaming 3D Reconstruction**
|
| 19 |
|
| 20 |
-
[[Paper](https://arxiv.org/abs/2605.23889)] [[Code](https://github.com/
|
| 21 |
|
| 22 |
## Overview
|
| 23 |
|
|
@@ -54,5 +54,4 @@ python infer.py \
|
|
| 54 |
primaryClass={cs.CV},
|
| 55 |
url={https://arxiv.org/abs/2605.23889},
|
| 56 |
}
|
| 57 |
-
```
|
| 58 |
-
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
pipeline_tag: image-to-3d
|
| 6 |
tags:
|
| 7 |
+
- 3d-reconstruction
|
| 8 |
+
- depth-estimation
|
| 9 |
+
- camera-pose-estimation
|
| 10 |
+
- streaming
|
| 11 |
+
- video-understanding
|
| 12 |
+
- computer-vision
|
| 13 |
+
- point-cloud
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# HorizonStream
|
| 17 |
|
| 18 |
**HorizonStream: Long-Horizon Attention for Streaming 3D Reconstruction**
|
| 19 |
|
| 20 |
+
[[Paper](https://arxiv.org/abs/2605.23889)] [[Code](https://github.com/3DAgentWorld/HorizonStream)] [[Project Page](https://3dagentworld.github.io/horizonstream/)]
|
| 21 |
|
| 22 |
## Overview
|
| 23 |
|
|
|
|
| 54 |
primaryClass={cs.CV},
|
| 55 |
url={https://arxiv.org/abs/2605.23889},
|
| 56 |
}
|
| 57 |
+
```
|
|
|