nielsr HF Staff commited on
Commit
bb0b7e2
·
verified ·
1 Parent(s): d66b1a1

Update model card metadata and pipeline tag

Browse files

Hi! I'm Niels from the Hugging Face community science team. This PR updates the model card metadata by:
- Adding the `pipeline_tag: image-to-3d` to help users find your model in the correct category.
- Removing the `arxiv` field from the YAML header to follow the Hub's best practices (keeping the reference in the Markdown section).

Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -1,23 +1,23 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
- - en
 
 
5
  tags:
6
- - 3d-reconstruction
7
- - depth-estimation
8
- - camera-pose-estimation
9
- - streaming
10
- - video-understanding
11
- - computer-vision
12
- - point-cloud
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/3dagentworld/horizonstream)] [[Project Page](https://3dagentworld.github.io/horizonstream/)]
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
+ ```